plot.density(stats)
plot.density()所属R语言包:stats
Plot Method for Kernel Density Estimation
核密度估计图法
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The plot method for density objects.
plot密度对象的方法。
用法----------Usage----------
## S3 method for class 'density'
plot(x, main = NULL, xlab = NULL, ylab = "Density", type = "l",
zero.line = TRUE, ...)
参数----------Arguments----------
参数:x
a "density" object.
"density"对象。
参数:main, xlab, ylab, type
plotting parameters with useful defaults.
绘制有用的默认值的参数。
参数:...
further plotting parameters.
进一步绘制参数。
参数:zero.line
logical; if TRUE, add a base line at y = 0
逻辑;如果TRUE加y = 0底线
值----------Value----------
None.
没有。
参见----------See Also----------
density.
density。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|