firstof(xts)
firstof()所属R语言包:xts
Create a POSIXct Object
创建一个POSIXct对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Enable fast creation of time stamps corresponding to the first or last observation in a specified time period.
启用快速创建对应于在一个指定的时间周期中的第一个或最后一个观察的时间戳。
用法----------Usage----------
firstof(year = 1970, month = 1, day = 1, hour = 0, min = 0, sec = 0, tz = "")
参数----------Arguments----------
参数:year,month,day
numerical values to specify a day
数值来指定一个天
参数:hour,min,sec
numerical vaues to specify time within a day
数值vaues到指定时间在一天之内
参数:tz
timezone used for conversion
时区转换用于
Details
详细信息----------Details----------
A wrapper to the R function ISOdatetime with defaults corresponding to the first or last possible time in a given period.
一个包装的的R函数ISOdatetime与默认值对应的第一个或最后一个可能的时间在一个给定的时间内。
值----------Value----------
An object of class POSIXct.
对象的类POSIXct。
(作者)----------Author(s)----------
Jeffrey A. Ryan
参见----------See Also----------
ISOdatetime
ISOdatetime
实例----------Examples----------
firstof(2000)
firstof(2005,01,01)
lastof(2007)
lastof(2007,10)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|