plot.angles(wnominate)
plot.angles()所属R语言包:wnominate
W-NOMINATE Cutting Line Angles Plot
W-提名切割线角图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot.angles reads a W-NOMINATE object and plots a histogram of the angles of the cutlines for two dimensions. plot.angles does not work for one-dimensional W-NOMINATE objects.
plot.angles读取的W-提名对象和绘制直方图的两个维度的切削线的角度。 plot.angles并不适用于一维W-提名对象。
用法----------Usage----------
## S3 method for class 'angles'
plot(x, main.title="Cutting Line Angles",
x.title="Angle in Degrees", y.title="Count",
dims=c(1,2),...)
参数----------Arguments----------
参数:x
a wnominate output object.
一个wnominate的输出对象。
参数:main.title
string, coordinate plot title.
字符串,坐标图标题。
参数:x.title
string, x-axis label.
字符串中,x轴的标签。
参数:y.title
string, y-axis label.
字符串,y轴的标签。
参数:dims
vector of length 2, specifying the dimensions to be plotted.
矢量的长度为2,指定尺寸被绘制。
参数:...
other arguments to hist.
其他的参数hist。
值----------Value----------
A cutting line angle 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.coords', 'plot.scree', 'plot.cutlines', 'plot.nomObject'
wnominate,plot.coords中,plot.scree,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.angles(sen90wnom)
plot(sen90wnom)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|