rd(weights)
rd()所属R语言包:weights
Round Numbers To Text With No Leading Zero
轮不具有前导零的数字为文本
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Rounds numbers to text and drops leading zeros in the process.
局数为文本的数字和下降过程中的前导零。
用法----------Usage----------
rd(x, digits)
参数----------Arguments----------
参数:x
A vector of values to be rounded (must be numeric).
一个向量的值被舍入(必须是数值)。
参数:digits
The number of digits to round to (must be an integer).
数字的位数四舍五入到(必须为整数)。
值----------Value----------
A vector of length equal to that of x of class character.
一个向量的长度等于x类character。
(作者)----------Author(s)----------
Josh Pasek, Assistant Professor of Communication Studies at the University of Michigan (www.joshpasek.com).
实例----------Examples----------
rd(seq(0, 1, by=.1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|