scaleto(quantsmooth)
scaleto()所属R语言包:quantsmooth
Scales data within a range to a new range
尺度范围内的数据到一个新的范围
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function scales data to a new range while enforcing the boundaries. This can be helpful in preventing overlap between chromosomal plots that display multiple chromosomes in the same plot
此功能表数据到一个新的范围,同时执行的界限。这可能有助于防止染色体图显示在同一小区的多个染色体之间的重叠
用法----------Usage----------
scaleto(x, fromlimits = c(0, 50), tolimits = c(0.5, -0.5), adjust = TRUE)
参数----------Arguments----------
参数:x
numeric
数字
参数:fromlimits
numeric vector with length 2, original range of data
数字矢量长度为2,原始数据的范围
参数:tolimits
numeric vector with length 2, target range of data
目标范围内的数据长度为2,数字矢量
参数:adjust
logical, if TRUE then the target values are clipped to the target range
逻辑,如果TRUE然后目标值剪切到目标范围
值----------Value----------
numeric of same size as x
同样大小的数字x
作者(S)----------Author(s)----------
Jan Oosting
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|