findDate(RMAWGEN)
findDate()所属R语言包:RMAWGEN
Find the date corresponding a row index of a matrix given the date (origin) of the first row
日期对应矩阵日(原点)的第一行的行索引
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Find the date corresponding a row index of a matrix given the date (origin) of the first row
日期对应矩阵日(原点)的第一行的行索引
用法----------Usage----------
findDate(k, origin = "1961-1-1", data.frame = TRUE,
decimal = FALSE, character = FALSE)
参数----------Arguments----------
参数:k
integer or decimal value corresponding to number of days since origin
整数或小数的值对应的天数,因为origin
参数:origin
origin date. See also extractdays
起源日期。 extractdays
参数:data.frame
logical variable. If TRUE (default) the date is returned as data frame (like data in extractyears), it is returned as character or POSIXct otherwise
逻辑变量。如果TRUE(默认)日传回的数据框(如data中extractyears),它返回为字符或POSIXct的,否则的
参数:decimal
logical variable. If FALSE (default) k is integer and starts from 1, otherwise is consider as the decimal julian day since origin (deprecated)
逻辑变量。如果FALSE(默认值),k为整数,从1开始,否则被认为是十进制的儒略日以来origin(不建议使用)
参数:character
logical variable. It is used if data.frame is FALSE, if it is FALSE, the dete is returned as POSIXct, otherwise is a character in the following form YYYY-MM-DD
逻辑变量。如果data.frameFALSE,如果是FALSE,作为POSIXct的的DETE是返回,否则是一个字符在下面的表格YYYY-MM-DD
值----------Value----------
the date(s) corresponding to k under different formats
相应的日期(S)k根据不同的格式
注意----------Note----------
It uses functions of time package. It works like an inverse functions of extractdays. If k is a vector, the function returns several dates for each element of k
它使用time包的功能。它的工作原理就像一个反函数的extractdays。如果k是一个向量,函数将返回几个日期的每个元素k
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
参见----------See Also----------
date.mdy,extractdays
date.mdy,extractdays
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|