pairs.lda(MASS)
pairs.lda()所属R语言包:MASS
Produce Pairwise Scatterplots from an 'lda' Fit
从“LDA”飞度产生成对散点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Pairwise scatterplot of the data on the linear discriminants.
两线性判别数据的散点图。
用法----------Usage----------
## S3 method for class 'lda'
pairs(x, labels = colnames(x), panel = panel.lda,
dimen, abbrev = FALSE, ..., cex=0.7, type = c("std", "trellis"))
参数----------Arguments----------
参数:x
Object of class "lda".
对象类"lda"。
参数:labels
vector of character strings for labelling the variables.
字符串矢量标记的变量。
参数:panel
panel function to plot the data in each panel.
面板函数绘制在每个小组中的数据。
参数: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。
参数:...
additional arguments for pairs.default.
pairs.default额外的参数。
参数:cex
graphics parameter cex for labels on plots.
图形参数cex图标签。
参数:type
type of plot. The default is in the style of pairs.default; the style "trellis" uses the Trellis function splom. </table>
图类型。默认的风格是pairs.default风格"trellis"使用的网格功能splom。 </ TABLE>
Details
详情----------Details----------
This function is a method for the generic function pairs() for class "lda". It can be invoked by calling pairs(x) for an object x of the appropriate class, or directly by calling pairs.lda(x) regardless of the class of the object.
这个函数是一个泛型函数pairs()类"lda"方法。它可以通过调用调用pairs(x)对象x适当的类,或直接致电pairs.lda(x)不管对象的类。
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
pairs
pairs
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|