boxqq(s20x)
boxqq()所属R语言包:s20x
Box plots and normal quantile-quantile plots
箱线图和正常的分位数 - 分位数图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draws boxplots and normal quantile quantile plots of x for each value of the grouping variable g
绘制箱线图和正常的位数分位数图的x的每个值的分组变量g
用法----------Usage----------
## S3 method for class 'formula'[类formula的方法]
boxqq(formula, data = NULL, ...)
参数----------Arguments----------
参数:formula
A symbolic specification of the form "x ~ g" can be given, indicating the observations in the vector "x" are to be grouped according to the levels of the factor "g". "NA"s are allowed in the data.
一个象征性的规范的形式为“X~G,可以给出指示的意见的向量X根据G的因素的水平进行分组。 “NA允许的数据。
参数:data
An optional data frame in which to evaluate the formula.
一个可选的数据框,在其中计算式。
参数:...
Arguments to be passed to methods, such as graphical parameters (see par).
要传递给方法的参数,如图形参数(见par“)。
值----------Value----------
Returns the plot.
返回的图。
实例----------Examples----------
## Zoo data[#动物园数据]
data(zoo.df)
boxqq(attendance~day.type, data = zoo.df)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|