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

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

[复制链接]
发表于 2012-10-2 07:13:11 | 显示全部楼层 |阅读模式
xlabel(xpose4data)
xlabel()所属R语言包:xpose4data

                                        Extract and set labels for Xpose data items.
                                         提取和设置标签XPOSE数据项。

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

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

This function extracts and sets label definitions in Xpose data objects.
此功能提取和设置在XPOSE数据对象的标签定义。


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


xlabel(x, object)

xlabel(object) <- value



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

参数:x
Name of the variable to assign a label to.
名称的变量分配一个标签。


参数:object
An xpose.data object.  
xpose.data对象。


参数:value
A two element vector of which the first element is the name of the variable and the second the label  
甲两个元素的向量,其中的第一个元素的名称的变量和所述第二标签


Details

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

x should be a string exactly matching the name of a column in the data.frame in the Data slot of an xpose.data object. The name of columns defined through xpose variable definitions (see xpose.data) can be extracted using the xvardef function and to be used in the xlabel function, e.g. xlabel(xvardef("dv",object),object), which would give the label for the dv variable.
x应该是一个字符串完全匹配的数据插槽的xpose.data对象中的数据框的列的名称。的名称的列定义通过XPOSE变量定义(见xpose.data)可以使用xvardef函数提取,并可以使用在xlabel函数,例如xlabel(xvardef("dv",object),object),这将使dv变量的标签。


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

The label of the specified column.
指定的列标签。


(作者)----------Author(s)----------


Niclas Jonsson



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

xpose.prefs-class, xvardef
xpose.prefs-class,xvardef


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


## Not run: [#不运行:]
## xpdb5 is an Xpose data object[#xpdb5是一个XPOSE的数据对象]
## We expect to find the required NONMEM run and table files for run[#我们希望找到所需的NONMEM运行和表文件运行的]
## 5 in the current working directory[排名第5的当前工作目录]
xpdb5 <- xpose.data(5)

## Display label for dependent variable in the Xpose data object[#显示标签为因变量的XPOSE数据对象]
xlabel(xvardef("dv", object), object)

## Set label for dependent variable[#设置标签为因变量]
xlabel(xpdb5) <- c(xvardef("dv", object), "Concentration (mg/L)")

## End(Not run)[#(不执行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 12:52 , Processed in 0.026776 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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