covfmScreePlot(robust)
covfmScreePlot()所属R语言包:robust
Screeplot
Screeplot
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draws overlaid screeplots for the models in a covfm object.
绘制叠加screeplots的型号在covfm对象。
用法----------Usage----------
covfmScreePlot(x, variables, main, xlab, ylab, ...)
参数----------Arguments----------
参数:x
an object of class "covfm" containing 2 elements, typically the result of fit.models(..).
类的一个对象"covfm"包含2个元素,通常的结果fit.models(..)。
参数:variables
a vector of positive integers specifying which eigenvalues are to be drawn. By default the 10 largest eigenvalues are plotted.
一个正整数,指定要绘制它的特征值向量。默认情况下,10个最大的特征值绘制。
参数:main
a character string specifying the plot title.
一个字符串,指定图形标题。
参数:xlab
a character string specifying the x-axis label.
一个字符的字符串指定的x轴标签。
参数:ylab
a character string specifying the y-axis label.
一个字符的字符串指定的y轴标签。
参数:...
any additional arguments are passed to matplot.
任何额外的参数传递给matplot。
Details
详细信息----------Details----------
This function is called by the generic function plot.covfm. To use this function on a "cov" or "covRob" object first use fit.models to coerce the object to class "covfm".
这个函数被调用的通用函数plot.covfm。在“覆盖”或“covRob”的对象第一次使用fit.models要挟的对象类“covfm”,要使用此功能。
值----------Value----------
x is invisibly returned.
x无形地回来了。
参见----------See Also----------
plot.covfm, fit.models, covRob, ccov.
plot.covfm,fit.models,covRob,ccov。
实例----------Examples----------
data(woodmod.dat)
woodmod.fm <- fit.models(list(Robust = "covRob", Classical = "ccov"),
data = woodmod.dat)
covfmScreePlot(woodmod.fm)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|