extractdays(RMAWGEN)
extractdays()所属R语言包:RMAWGEN
Extracts the rows of a matrix corresponding to the requested days (expressed as dates YYYY-MM-DD) given the date (origin) of the first row
提取所要求的天数(日期YYYY-MM-DD)日期(原点)的第一行的行对应的矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extracts the rows of a matrix corresponding to the requested days (expressed as dates YYYY-MM-DD) given the date (origin) of the first row
提取所要求的天数(日期YYYY-MM-DD)日期(原点)的第一行的行对应的矩阵
用法----------Usage----------
extractdays(data = array(1:ndim_max, dim = c(ndim_max, 1)),
ndim_max = 1e+05, when = "1990-1-1",
origin = "1961-1-1", nday = 1)
参数----------Arguments----------
参数:data
an input data matrix where each row corresponds to a daily record
输入数据矩阵,其中每一行对应于每日记录
参数:when
desired dates for which the data are requested
的停留日期,要求的数据
参数:origin
date corresponding to the first row of data
迄今为止data的第一行对应于
参数:nday
(optional) number of days since when to extract the data
(可选)以来的天数when中提取数据
参数:ndim_max
maximimum (integer) number of rows in data where to find when. Default is 100000 and works if data is missing.
maximimum中的行数(整数)data发现when。默认为100000,如果data缺少。
值----------Value----------
a matrix containing the requested rows
矩阵包含请求的行
注意----------Note----------
It uses julian
它使用了julian
(作者)----------Author(s)----------
Emanuele Cordano, Emanuele Eccel
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|