Zdate(RSEIS)
Zdate()所属R语言包:RSEIS
Date functions
日期函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Make character vector from dates
字符向量日期
用法----------Usage----------
Zdate(info, sel=1, t1=0)
dateList(datevec)
dateStamp(datelist)
参数----------Arguments----------
参数:info
info structure from trace structure
从跟踪结构的信息结构
参数:sel
selection of which ones to extract, default=1:length(info$jd)
选择其中的提取,默认值= 1:长度(资讯JD)
参数:t1
time offset, seconds, default=0
时间偏移,秒,默认值= 0
参数:datevec
vector with yr, jd, mo, day, hr, mi, sec
矢量岁,法学博士,密苏里州,日,小时,英里,
参数: datelist
output of dateList
输出dateList
Details
详细信息----------Details----------
Format date stamp for plotting and identification. Used for STAMP.
格式日期戳绘制和识别。用于STAMP。
值----------Value----------
character strings
字符串
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
swig
痛饮
实例----------Examples----------
data("GH")
sel= which(GH$COMPS == "V")
ftime = Zdate(GH$info, sel[1:5], 1)
dvec = c(2009, 134, 5, 14, 10, 32, 24.5, 0)
A = dateList(dvec)
dateStamp(A)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|