adddate(RMAWGEN)
adddate()所属R语言包:RMAWGEN
Inserts three columns (year,month,day) passing dates to a matrix or to a dataframe
插入三列(年,月,日),通过日期,以一个矩阵或一个数据框
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Inserts three columns (year,month,day) passing dates to a matrix or to a dataframe
插入三列(年,月,日),通过日期,以一个矩阵或一个数据框
用法----------Usage----------
adddate(data, origin = "1961-1-1")
参数----------Arguments----------
参数:data
matrix of daily data
矩阵的每日数据
参数:origin
character string containig the date of the first row of data as YY-MM-DD
的字符串containig之日起dataYY-MM-DD的第一行
值----------Value----------
a data frame with dates and data values
一个数据框的日期和data值
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
参见----------See Also----------
findDate
findDate
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|