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

R语言 TraMineR包 stlab()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 11:42:20 | 显示全部楼层 |阅读模式
stlab(TraMineR)
stlab()所属R语言包:TraMineR

                                        Get or set the state labels of a sequence object
                                         获取或设置状态标签的序列对象

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

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

This function gets or sets the state labels of a sequence object, that is, the long labels used when displaying the state legend in plotting functions.
这个函数获取或设置状态标签的序列对象,也就是术语使用的标签时显示状态传说中的绘图功能。


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


stlab(seqdata)
stlab(seqdata) <- value



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

参数:seqdata
a state sequence object as defined by the seqdef function.
一个状态序列对象定义的seqdef功能。


参数:value
a vector of character strings containing the labels, of length equal to the number of states in the alphabet. Each string is attributed to the corresponding state in the alphabet, the order being the one returned by the alphabet.
字符串包含标签,一个向量的长度等于在字母表中的状态数。在字母表中的每个字符串都被归结到相应的状态,返回的顺序是一个由alphabet。


Details

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

The state legend is plotted either automatically by the plot functions provided for visualizing sequence objects or with the seqlegend function. A long label is associated to each state of the alphabet and displayed in the legend. The state labels are defined when creating the sequence object, either automatically using the values found in the data or by specifying a user defined vector of labels. The stlab function can be used to get or set the state labels of a previously defined sequence object.
提供可视化的序列对象或与seqlegend功能的绘图功能,可以自动绘制的状态传说。一个长标签相关联的每个状态的字母,显示在图例中。标签定义的状态创建序列对象时,可以使用自动发现数据中的值,或通过指定一个用户定义的标签的向量。 stlab函数可以用来获取或设置一个先前定义的序列对象的状态标签的。


值----------Value----------

For 'stlab' a vector containing the labels.
对于“stlab一个向量,包含的标签。

For 'stlab<-' the updated sequence object.
对于“stlab < - ”更新的序列对象。


参见----------See Also----------

seqdef
seqdef


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


## Creating a sequence object with the columns 13 to 24 [#创建一个序列对象列13至24]
## in the 'actcal' example data set[#在“actcal”示例数据集]
## The color palette is automatically set[#调色板会自动设置]
data(actcal)
actcal.seq <- seqdef(actcal,13:24)

## Retrieving the color palette[#检索的调色板]
stlab(actcal.seq)
seqiplot(actcal.seq)

## Changing the state labels[#更改的状态标签]
stlab(actcal.seq) <- c("Full time","Part time (19-36 hours)",
    "Part time (1-18 hours)", "No work")
seqiplot(actcal.seq)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-30 02:48 , Processed in 0.022366 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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