secdifL {RSEIS} | R Documentation |
Given two date/time lists, return seconds diffrence
secdifL(T1, T2)
T1 |
list(jd, hr, mi, sec) |
T2 |
list(jd, hr, mi, sec) |
Year is not included in this calculation.
numeric |
seconds |
Jonathan M. Lees<jonathan.lees.edu>
secdif
T1 = list(jd=12, hr=13, mi=23, sec=21) T2 = list(jd=14, hr=23, mi=23, sec=2) secdifL(T1, T2)