plot.coords(wnominate)
plot.coords()所属R语言包:wnominate
W-NOMINATE Coordinate Plot
W-提名坐标图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot.coords reads a W-NOMINATE object in 2 user-specified dimensions and plots the coordinates of each member, applying separate colors and shapes to each party by default. A unit circle is included to emphasize the constraints on the W-NOMINATE coordinates, and options to select non-party attributes of legislators are included. For a 1D W-WNOMINATE object, W-NOMINATE scores are plotted against their ranks.
plot.coords读取W-2个用户指定的尺寸并绘制的坐标,各成员提名对象,默认情况下,每一方采用不同的颜色和形状。单位圆强调的约束W-提名坐标和选项选择非党立法者的属性。对于一维W-WNOMINATE对象,W-提名分数暗算他们的行列。
用法----------Usage----------
## S3 method for class 'coords'
plot(x, main.title="W-NOMINATE Coordinates",
d1.title="First Dimension", d2.title="Second Dimension", dims=c(1,2),
plotBy="party", color=TRUE, shape=TRUE, cutline=NULL, Legend=TRUE,
legend.x=0.8, legend.y=1, ...)
参数----------Arguments----------
参数:x
a wnominate output object.
一个wnominate的输出对象。
参数:main.title
string, coordinate plot title.
字符串,坐标图标题。
参数:d1.title
string, x-axis label.
字符串中,x轴的标签。
参数:d2.title
string, y-axis label.
字符串,y轴的标签。
参数:dims
vector of length 2, specifying the dimensions to be plotted.
矢量的长度为2,指定尺寸被绘制。
参数:plotBy
string, name of a variable in nomObject\$data. plot.coords will plot coordinates using this variable as a selector.
字符串,名称nomObject\$data中的变量。 plot.coords将绘制坐标使用这个变量作为一个选择。
参数:color
logical, marks different groups specified by plotBy using different colors if TRUE.
逻辑,标志着不同的组指定的plotBy使用不同的颜色,如果TRUE。
参数:shape
logical, marks different groups specified by plotBy using different shapes if TRUE.
逻辑,标志着不同的组指定的plotBy使用不同的形状,如果TRUE。
参数:cutline
vector, selects roll calls by row number for which a cutting line is desired.
矢量,选择点名行号所需的切割线。
参数:Legend
logical, include a generic legend.
逻辑,包括一个通用的传说。
参数:legend.x
numeric, corresponds to the 'x' argument of legend().
数字,对应的“X”参数的传说()。
参数:legend.y
numeric, corresponds to the 'y' argument of legend().
数字,对应于传说中的“y”的说法()。
参数:...
other arguments to symbols.
其他的参数symbols。
值----------Value----------
A coordinate plot.
坐标图。
(作者)----------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.scree', 'plot.cutlines', 'plot.angles', 'plot.nomObject'
wnominate,plot.scree,plot.cutlines,plot.angles,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.coords(sen90wnom)
plot(sen90wnom)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|