plot.mca(MASS)
plot.mca()所属R语言包:MASS
Plot Method for Objects of Class 'mca'
图法类“MCA”的对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a multiple correspondence analysis.
绘制多个对应分析。
用法----------Usage----------
## S3 method for class 'mca'
plot(x, rows = TRUE, col, cex = par("cex"), ...)
参数----------Arguments----------
参数:x
An object of class "mca".
对象类"mca"。
参数:rows
Should the coordinates for the rows be plotted, or just the vertices for the levels?
应行的坐标绘制,或只是顶点的水平?
参数:col, cex
The colours and cex to be used for the row points and level vertices respectively.
颜色和cex行点和水平的顶点分别采用。
参数:...
Additional parameters to plot. </table>
plot额外的参数。 </ TABLE>
参考文献----------References----------
Modern Applied Statistics with S. Fourth edition. Springer.
参见----------See Also----------
mca, predict.mca
mca,predict.mca
举例----------Examples----------
plot(mca(farms, abbrev = TRUE))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|