找回密码
 注册
查看: 392|回复: 0

R语言 TraMineR包 plot.stslist.statd()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 11:35:38 | 显示全部楼层 |阅读模式
plot.stslist.statd(TraMineR)
plot.stslist.statd()所属R语言包:TraMineR

                                        Plot method for objects produced by the seqstatd function
                                         图方法产生的对象的seqstatd功能

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

This is the plot method for output produced by the seqstatd function, i.e for objects of class stslist.statd.
这是图seqstatd功能,即产出方法的对象的类stslist.statd。


用法----------Usage----------


## S3 method for class 'stslist.statd'
plot(x, type = "d", cpal = NULL, ylab = NULL,
     yaxis = TRUE, xaxis = TRUE, xtlab = NULL, xtstep = NULL, cex.plot = 1,
     space=0, ...)



参数----------Arguments----------

参数:x
an object of class stslist.statd as produced by the seqstatd function.
类的一个对象stslist.statd产生的seqstatd函数。


参数:type
if "d" (default), a state distribution plot is produced. If "Ht" an entropy index plot is produced.
如果"d"(默认),状态分布图的制作。如果"Ht"熵指数图的制作。


参数:cpal
alternative color palette to be used for the states. If user specified, a vector of colors with number of elements equal to the number of states in the alphabet. By default, the 'cpal' attribute of the x object is used.
替代调色板要用于状态。如果用户指定的颜色与数量相等的元素的数量在字母表中的一个向量。默认情况下,“CPAL x对象的属性。


参数:ylab
an optional label for the y axis. If set to NA, no label is drawn.
一个可选的标签为Y轴。如果设置为NA,没有标签的绘制。


参数:yaxis
if TRUE or "cum", the y axis is plotted with a label showing the cumulated percentage frequency of the displayed sequences. If "pct", the percentage value for each sequence is displayed.
如果TRUE或"cum",y轴的曲线,示出所显示的序列的累积百分比频率标签。如果"pct",每个序列显示的百分比值。


参数:xaxis
if TRUE (default) the x-axis is plotted.
如果TRUE(默认),x轴绘制。


参数:xtlab
optional labels for the ticks of the x-axis. If unspecified, the names attribute of the input x object is used.
的x-轴的刻度可选标签。如果未指定,names属性的输入x对象。


参数:xtstep
optional interval at which the tick-marks and labels of the x-axis are displayed. For example, with xtstep=3 a tick-mark is drawn at position 1, 4, 7, etc... The display of the corresponding labels depends on the available space and is dealt with automatically. If unspecified, the xtstep attribute of the x object is used.
可选的时间间隔被显示的x-轴的刻度标记和标签。例如,对于xtstep = 3刻度线标记绘制在位置1,4,7,等。..的相应的标签的显示取决于可用的空间和自动处理。如果未指定,xtstep属性x对象。


参数:cex.plot
expansion factor for setting the size of the font for the axis labels and names. The default value is 1. Values smaller than 1 will reduce the size of the font, values greater than 1 will increase the size.
设置轴标签和名称的字体的大小扩展系数。默认值是1。小于1的值,将减少的字体的大小的值大于1的大小会增加。


参数:space
the space between the stacked bars. Default is 0, i.e. no space.
之间的空间堆积条形图。默认为0,即没有空间。


参数:...
further graphical parameters such as border=NA to remove the borders of the bars. For more details about the graphical parameter arguments, see barplot and par.
进一步的图形参数,如border=NA删除的边界的条形。有关图形的参数的更多详细信息,请参阅barplot和par。


Details

详细信息----------Details----------

This is the plot method for the output produced by the seqstatd function, i.e. for objects of class stslist.statd. If type="d" it produces a state distribution plot presenting the sequence of the transversal state frequencies at each successive (time) position, as computed by the seqstatd function. With type="Ht", the series of entropies of the transversal state distributions is plotted.
这是图seqstatd功能,即产生的输出方法的对象的类stslist.statd。如果type="d"它产生的状态呈现横向状态的序列的频率在每个连续的位置(时间)的分布图,计算由seqstatd函数。随着type="Ht",绘制系列的横向状态分布的熵。

This method is called by the generic seqplot function (if type="d" or type="Ht") that produces more sophisticated plots, allowing grouping and automatic display of the state color legend. The seqdplot and seqHtplot functions are shortcuts for calling seqplot with type="d" or type="Ht" respectively.
这种方法被称为通用的seqplot功能(如果type="d"或type="Ht"),产生更复杂的图,允许分组和自动显示的状态传奇的色彩。 seqdplot和seqHtplot功能的快捷键调用seqplottype="d"或type="Ht"分别。


实例----------Examples----------


## Defining a sequence object with the data in columns 10 to 25[#定义一个序列对象中的数据列10至25]
## (family status from age 15 to 30) in the biofam data set[#(家庭状况从15岁至30日)在biofam数据集]
data(biofam)
biofam.lab <- c("Parent", "Left", "Married", "Left+Marr",
"Child", "Left+Child", "Left+Marr+Child", "Divorced")
biofam.seq <- seqdef(biofam, 10:25, labels=biofam.lab)

## State distribution[#国家分布]
biofam.statd <- seqstatd(biofam.seq)

## State distribution plot (default type="d" option)[#国家分布图(默认=“d”选项)]
plot(biofam.statd)

## Entropy index plot[#熵指数图]
plot(biofam.statd, type="Ht")


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-30 06:49 , Processed in 0.018409 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表