powered by
Adjust times relative to least minute.
LeftjustTime(g1)
list with times, yr, jd, hr, mi, sec
list is returned.
Reutrns the list with the times adjusted to the least minimum (left adjusted)
recdate
# NOT RUN { 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) # }
Run the code above in your browser using DataLab