plot-methods(robustfa)
plot-methods()所属R语言包:robustfa
Plot an object of class "Fa"
绘制对象类“法”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot an object of class "Fa". If which = "factorScore", then a scatterplot of the factor scores is produced; if which = "screeplot", shows the eigenvalues and is helpful to select the number of factors.
绘画类“法”的对象。如果which =“factorScore”,然后各因子得分的散点图是,如果=的“screeplot”,显示的特征值和选择的因素是有帮助的。
用法----------Usage----------
## S4 method for signature 'Fa'
plot(x, which=c("factorScore", "screeplot"), choices=1:2)
参数----------Arguments----------
参数:x
an object of class "Fa" or of a class derived from "Fa"
对象类"Fa"或一类来自"Fa",
参数:which
indicate what kind of plot. If which = "factorScore", then a scatterplot of the factor scores is produced; if which = "screeplot", shows the eigenvalues and is helpful to select the number of factors.
表明什么样的图。如果which = "factorScore",然后各因子得分的散点图是;如果which = "screeplot",显示的特征值和选择的因素是有帮助的。
参数:choices
an integer vector indicate which columns of the factor scores to plot
整数向量表示绘制列各因子得分
Details
详细信息----------Details----------
The feasible usages are: plot(x, which="factorScore", choices=1:2) plot(x, which="screeplot")
可行的用途是:plot(x, which="factorScore", choices=1:2)plot(x, which="screeplot")
方法----------Methods----------
generic functions - see plot
通用的功能 - plot
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|