plot.nomObject(wnominate)
plot.nomObject()所属R语言包:wnominate
W-NOMINATE Summary Plot
W-提名摘要图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot.nomObject reads a W-NOMINATE object in two user-specified dimensions and plots the coordinates, cutting lines, a Coombs mesh, and a Skree plot. For 1-dimensional W-NOMINATE objects, it plots the coordinates against the ranks along with a Skree plot.
plot.nomObject读取W-提名对象在两个用户指定的尺寸和绘图的坐标,线切割,库姆斯网,一个Skree的的图。对于1维W-提名对象,它绘制的坐标反对的行列以及与Skree的图。
用法----------Usage----------
## S3 method for class 'nomObject'
plot(x, dims=c(1,2), ...)
参数----------Arguments----------
参数:x
a wnominate output object.
一个wnominate的输出对象。
参数:dims
a vector of length 2, specifying the two dimensions to be plotted.
的矢量长度为2,指定要绘制的两个维度。
参数:...
other arguments do nothing and are not passed to any plot functions.
其他参数什么也不做,不通过任何绘图功能。
值----------Value----------
A summary plot of a wnominate object.
概要图的wnominate对象。
(作者)----------Author(s)----------
Keith Poole <a href="mailto:ktpoole@uga.edu">ktpoole@uga.edu</a>
Jeffrey Lewis <a href="mailto:jblewis@ucla.edu">jblewis@ucla.edu</a>
James Lo <a href="mailto:lo@uni-mannheim.de">lo@uni-mannheim.de</a>
Royce Carroll <a href="mailto:rcarroll@rice.edu">rcarroll@rice.edu</a>
参见----------See Also----------
'wnominate', 'plot.coords', 'plot.scree', 'plot.angles', 'plot.cutlines', 'plot.nomObject'
wnominate,plot.coords,plot.scree,plot.angles,plot.cutlines,plot.nomObject
实例----------Examples----------
#This data file is the same as that obtained using:[该数据文件作为所获得的使用是相同的:]
#data(sen90)[数据(sen90)]
#sen90wnom<-wnominate(sen90,polarity=c(2,5))[sen90wnom <wnominate(sen90,极性= C(2,5))]
data(sen90wnom)
summary(sen90wnom)
plot(sen90wnom)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|