u.boxplot.x(sfsmisc)
u.boxplot.x()所属R语言包:sfsmisc
Utility Returning x-Coordinates of Boxplot
实用工具返回的盒形图的X坐标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return the x-coordinates in an "n-way" side-by-side boxplot. This is an auxiliary function and exists mainly for backcompatibility with S-plus.
返回在一个n路侧侧的箱线图的x坐标。这是一个辅助的功能和存在主要是为了backcompatibility与S-PLUS。
用法----------Usage----------
u.boxplot.x(n, j = 1:n, fullrange = 100)
参数----------Arguments----------
参数:n
number of boxplots.
的盒状图。
参数:j
indices of boxplots.
指数的盒状图。
参数:fullrange
x-coords as 'uniform' in [0,fullrange]; (f.=100, corresponds to Splus 3.x (x = 1,2)).
X-坐标“制服”在[0,fullrange](F. = 100,对应的S-PLUS 3.x版(X = 1,2))。
值----------Value----------
a numeric vector of length n, with values inside (0,M) where M = fullrange.
一个数值向量的长度n,的值内(0,M)其中M = fullrange。
(作者)----------Author(s)----------
Martin Maechler
参见----------See Also----------
boxplot.
boxplot。
实例----------Examples----------
u.boxplot.x(7) # == 8.93 22.62 36.3 ... 91.07[== 8.93 22.62 36.3 ... 91.07]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|