plot.lda(MASS)
plot.lda()所属R语言包:MASS
Plot Method for Class 'lda'
图法类LDA
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a set of data on one, two or more linear discriminants.
图的数据集上的一个,两个或两个以上的线性判别。
用法----------Usage----------
## S3 method for class 'lda'
plot(x, panel = panel.lda, ..., cex = 0.7, dimen,
abbrev = FALSE, xlab = "LD1", ylab = "LD2")
参数----------Arguments----------
参数:x
An object of class "lda".
对象类"lda"。
参数:panel
the panel function used to plot the data.
面板功能用来绘制数据。
参数:...
additional arguments to pairs, ldahist or eqscplot.
额外的参数,pairsldahist或eqscplot。
参数:cex
graphics parameter cex for labels on plots.
图形参数cex图标签。
参数:dimen
The number of linear discriminants to be used for the plot; if this exceeds the number determined by x the smaller value is used.
图的线性判别;如果这超过x较小的值是用来确定的数量。
参数:abbrev
whether the group labels are abbreviated on the plots. If abbrev > 0 this gives minlength in the call to abbreviate.
组标签是否是对图的缩写。如果abbrev > 0给调用minlength在abbreviate。
参数:xlab
label for the x axis
X轴的标签
参数:ylab
label for the y axis </table>
标签为y轴</ TABLE>
Details
详情----------Details----------
This function is a method for the generic function plot() for class "lda". It can be invoked by calling plot(x) for an object x of the appropriate class, or directly by calling plot.lda(x) regardless of the class of the object.
这个函数是一个泛型函数plot()类"lda"方法。它可以通过调用调用plot(x)对象x适当的类,或直接致电plot.lda(x)不管对象的类。
The behaviour is determined by the value of dimen. For dimen > 2, a pairs plot is used. For dimen = 2, an equiscaled scatter plot is drawn. For dimen = 1, a set of histograms or density plots are drawn. Use argument type to match "histogram" or "density" or "both".
由dimen值的行为确定。 dimen > 2,pairs图使用。 dimen = 2,一个equiscaled散点图绘制。 dimen = 1,直方图或密度图绘制。使用参数type匹配"histogram"或"density"或"both"。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
pairs.lda, ldahist, lda, predict.lda
pairs.lda,ldahist,lda,predict.lda
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|