plotDensity.list(aroma.light)
plotDensity.list()所属R语言包:aroma.light
Plots density distributions for a set of vectors
一组向量图的密度分布
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots density distributions for a set of vectors.
一组向量密度分布图。
用法----------Usage----------
参数----------Arguments----------
参数:X
A single of list of numeric vectors, a numeric matrix, or a numeric data.frame.
listnumericvector或numericmatrix numericdata.frameS单。
参数:xlim,ylim
character vector of length 2. The x and y limits.
charactervector长度为2。在x和y的限制。
参数:xlab,ylab
character string for labels on x and y axis.
characterX和Y轴的标签的字符串。
参数:col
The color(s) of the curves.
颜色的曲线(S)。
参数:lty
The types of curves.
曲线的类型。
参数:lwd
The width of curves.
曲线的宽度。
参数:...
Additional arguments passed to density, plot, and lines.
额外的参数传递给density,plot,lines。
参数:add
If TRUE, the curves are plotted in the current plot, otherwise a new is created.
TRUE如果,曲线绘制在当前的图,否则将创建一个新的。
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|