Rename(RSurvey)
Rename()所属R语言包:RSurvey
Rename Values in Character Vector
重命名字符向量中的值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A <acronym>GUI</acronym> for renaming values in a vector of character strings.
一个<acronym> GUI </首字母缩写>重命名值的字符串向量。
用法----------Usage----------
Rename(names = NULL, cur.name = NULL, win.title = NULL,
parent = NULL)
参数----------Arguments----------
参数:names
character; a vector of character strings.
字符,矢量字符的字符串。
参数:cur.name
character; sets the combobox value, name must be included in names.
字符设置组合框的值,名称必须包含在names。
参数:win.title
character; a string to display as the title of the dialog box.
字符的字符串,显示的对话框的标题。
参数:parent
tkwin; the <acronym>GUI</acronym> parent window.
tkwin; <acronym> GUI </首字母缩写父窗口。
值----------Value----------
Returns a character vector with updated values of names.
返回一个字符向量的names的更新值。
(作者)----------Author(s)----------
J.C. Fisher
实例----------Examples----------
Rename(names = c("Name1", "Name2", "Name3"), cur.name = "Name2")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|