updateColumns(tis)
updateColumns()所属R语言包:tis
Update lists and time series
更新列表和时间序列
译者:生物统计家园网 机器人LoveR
描述----------Description----------
updateList compares the names of oldlist and newlist, deletes the matching elements from a copy of oldlist, then returns the result of concatenating that list with newlist.
updateList的名称进行比较oldlist和newlist,删除oldlist的副本匹配的元素,然后返回的结果连接起来,列表newlist。
updateColumns updates columns of first series from same-named columns of second series using mergeSeries(). If second series has columns with names not found in colnames of first series, those columns are cbind() 'ed onto first series.
updateColumns更新列的第一个系列的第二个系列的同名列使用mergeSeries()。如果第二个系列有没有发现列名的第一个系列的名称的列,这些列是cbind()到第一系列。
用法----------Usage----------
updateColumns(oldmat, newmat)
updateList(oldlist, newlist)
参数----------Arguments----------
参数:oldmat
a multivariate tis series
一个多元tis系列
参数:newmat
a multivariate tis series
一个多元tis系列
参数:oldlist
a list
一个列表
参数:newlist
a list
一个列表
值----------Value----------
updateList returns the updated list.
updateList返回更新的列表。
updateColumns returns a multivariate tis series
updateColumns返回一个多元tis系列
参见----------See Also----------
tis, mergeSeries,
tis,mergeSeries,
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|