plot.cutlines(wnominate)
plot.cutlines()所属R语言包:wnominate
W-NOMINATE Cutline Plot
W-提名cutline的图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot.cutlines reads a W-NOMINATE object and plots the cutting line of a specified proportion of all votes along two user-specified dimensions. The default is to plot 50 cutting lines. This is also known as a Coombs mesh. A unit circle is included to emphasize the constraints on the W-NOMINATE coordinates. Only cutlines that are constrained to have midpoints lying in a unit circle are included. plot.cutlines does not work for 1D W-NOMINATE objects.
plot.cutlines读取W-提名对象的指定的所有选票沿两个用户指定的尺寸比例绘制的切割线。默认值是积50切割线。这也被称为为库姆斯网格。单位圆,强调的约束的W-提名坐标上。仅包括切削线的约束有趴在单位圆上的中点。 plot.cutlines不工作对1D W-提名对象。
用法----------Usage----------
## S3 method for class 'cutlines'
plot(x, main.title="Cutting Lines",
d1.title="First Dimension", d2.title="Second Dimension",
lines=50,dims=c(1,2),lwd=2,...)
参数----------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轴的标签。
参数:lines
numeric, number of non-constrained cutlines to be plotted. If this number exceeds to total number of cutlines, then all cutlines are plotted.
数值,非受限切削线的数量要绘制。如果此数目超过切削线的总数,然后所有的切削线绘制。
参数:dims
numeric vector of length 2, specifying dimensions to be plotted.
数值向量长度为2,指定尺寸绘制。
参数:lwd
numeric, line width.
数值,线宽度。
参数:...
other arguments to symbols.
其他的参数symbols。
值----------Value----------
A Coombs mesh.
一个库姆斯网。
(作者)----------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.nomObject'
wnominate,plot.coords,plot.scree,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.cutlines(sen90wnom)
plot(sen90wnom)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|