ldahist(MASS)
ldahist()所属R语言包:MASS
Histograms or Density Plots of Multiple Groups
直方图或多个组的密度图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot histograms or density plots of data on a single Fisher linear discriminant.
图直方图或密度在一个单一的Fisher线性判别的数据图。
用法----------Usage----------
ldahist(data, g, nbins = 25, h, x0 = - h/1000, breaks,
xlim = range(breaks), ymax = 0, width,
type = c("histogram", "density", "both"),
sep = (type != "density"),
col = 5, xlab = deparse(substitute(data)), bty = "n", ...)
参数----------Arguments----------
参数:data
vector of data. Missing values (NAs) are allowed and omitted.
矢量数据。遗漏值(NAS)是允许的,省略。
参数:g
factor or vector giving groups, of the same length as data.
因素或向量给予组,相同长度的data。
参数:nbins
Suggested number of bins to cover the whole range of the data.
建议箱覆盖整个范围的数据。
参数:h
The bin width (takes precedence over nbins).
在彬宽度(接管的nbins优先)。
参数:x0
Shift for the bins - the breaks are at x0 + h * (..., -1, 0, 1, ...)
转向箱 - 截断在x0 + h * (..., -1, 0, 1, ...)
参数:breaks
The set of breakpoints to be used. (Usually omitted, takes precedence over h and nbins).
要使用断点集。 (一般省略,接管h优先和nbins)。
参数:xlim
The limits for the x-axis.
为x轴的限制。
参数:ymax
The upper limit for the y-axis.
为y轴的上限。
参数:width
Bandwidth for density estimates. If missing, the Sheather-Jones selector is used for each group separately.
带宽密度估计。如果缺少,各组分别用于的Sheather琼斯选择。
参数:type
Type of plot.
图类型。
参数:sep
Whether there is a separate plot for each group, or one combined plot.
是否有一个单独的每个组,或一个组合的图图。
参数:col
The colour number for the bar fill.
为栏填写的颜色数。
参数:xlab
label for the plot x-axis. By default, this will be the name of data.
图x轴的标签。默认情况下,这将是名称data。
参数:bty
The box type for the plot - defaults to none.
图框类型 - 默认为none。
参数:...
additional arguments to polygon. </table>
polygon额外的参数。 </ TABLE>
副作用----------Side Effects----------
Histogram and/or density plots are plotted on the current device.
当前设备上绘制直方图和/或密度图。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
plot.lda.
plot.lda。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|