LeftjustTime(Rquake)
LeftjustTime()所属R语言包:Rquake
Adjust times relative to least minute.
调整时间至少分钟。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adjust times relative to least minute.
调整时间至少分钟。
用法----------Usage----------
LeftjustTime(g1)
参数----------Arguments----------
参数:g1
list with times, yr, jd, hr, mi, sec
列表倍,年,法学博士,人力资源,心肌梗死,
Details
详细信息----------Details----------
Reutrns the list with the times adjusted to the least minimum (left adjusted)
Reutrns调整到最起码的与时代(左对齐)
值----------Value----------
list is returned.
返回列表。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
recdate
recdate
实例----------Examples----------
set.seed(0)
d1 = list(yr=rep(2005, 4), jd=rep(5, 4), hr=rep(6, 4), mi=c(1,1,2,3), sec=runif(4, 0, 60))
LeftjustTime(d1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|