utinvcal.nc(RNetCDF)
utinvcal.nc()所属R语言包:RNetCDF
Convert UTC Referenced Dates Into Temporal Amounts
UTC转换参考日期,时间金额
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert a UTC referenced date into a temporal amount.
转换UTC引用的日成的时间量。
用法----------Usage----------
utinvcal.nc(unitstring, value)
参数----------Arguments----------
参数:unitstring
A temporal unit with an origin (e.g., “days since 1900-01-01”).
与原点一个时间单位(例如,“自1900-01-01日”)。
参数:value
A vector or a matrix containing the dates to convert. Each row must contain year, month, day, hour, minute and second.
一个向量或矩阵包含要转换的日期。每行必须包含年,月,日,小时,分钟和秒。
Details
详细信息----------Details----------
Converts a UTC-referenced date and time into the amount, value, of the temporal unit, unitstring.
将一个参考的UTC日期和时间放入适量,value,时间单位,unitstring。
The UDUNITS package uses a mixed Gregorian/Julian calendar system. Dates prior to 1582-10-15 are assumed to use the Julian calendar, which was introduced by Julius Caesar in 46 BCE and is based on a year that is exactly 365.25 days long. Dates on and after 1582-10-15 are assumed to use the Gregorian calendar, which was introduced on that date and is based on a year that is exactly 365.2425 days long. (A year is actually approximately 365.242198781 days long.) Seemingly strange behavior of the UDUNITS package can result if a user-given time interval includes the changeover date.
UDUNITS包使用公历/儒略历的混合系统。假定日期1582年10月15日之前使用儒略历,是由朱利叶斯·凯撒在公元前46是基于上一年,是完全365.25天长。后,1582年10月15日的日期被假定为使用公历,这是引进于该日期是根据上一年,是完全365.2425天长。 (一年是长大约365.242198781天。)如果用户给定的时间间隔,包括转换日期,看似奇怪的行为可能会导致的UDUNITS包。
If the dates are given in string form, the structure must be exactly "YYYY-MM-DD hh:mm:ss".
如果这两个日期以字符串的形式,其结构必须是完全"YYYY-MM-DD hh:mm:ss"。
值----------Value----------
A vector containing the amount(s) of the temporal unit(s) that the date(s) correspond(s) to.
一个向量,包含量(S)的日期(S)对应的时间单位(S)(S)。
(作者)----------Author(s)----------
Pavel Michna
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|