expand_range(scales)
expand_range()所属R语言包:scales
Expand a range with a multiplicative or additive constant.
展开了一系列用乘法或附加常数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Expand a range with a multiplicative or additive constant.
展开了一系列用乘法或附加常数。
用法----------Usage----------
expand_range(range, mul = 0, add = 0, zero_width = 1)
参数----------Arguments----------
参数:range
range of data, numeric vector of length 2
范围的数据,长度为2的数值向量
参数:mul
multiplicative constract
乘承包建设
参数:add
additive constant
加常数
参数:zero_width
distance to use if range has zero width
距离使用范围内具有零宽度
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|