hist.scott(MASS)
hist.scott()所属R语言包:MASS
Plot a Histogram with Automatic Bin Width Selection
自动斌宽度选择与绘制直方图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a histogram with automatic bin width selection, using the Scott or Freedman–Diaconis formulae.
绘制直方图,自动槽宽度选择使用斯科特或自由民-戴康尼斯的公式。
用法----------Usage----------
hist.scott(x, prob = TRUE, xlab = deparse(substitute(x)), ...)
hist.FD(x, prob = TRUE, xlab = deparse(substitute(x)), ...)
参数----------Arguments----------
参数:x
A data vector
数据向量
参数:prob
Should the plot have unit area, so be a density estimate?
应该有图,单位面积,所以密度估计?
参数:xlab, ...
Further arguments to hist.
hist进一步的论据。
值----------Value----------
For the nclass.* functions, the suggested number of classes.
nclass.*功能,建议类的数量。
副作用----------Side Effects----------
Plot a histogram.
绘制直方图。
参考文献----------References----------
Modern Applied Statistics with S. Springer.
参见----------See Also----------
hist
hist
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|