secdifv | R Documentation |
Given two date/time vectors, return seconds diffrence
secdifv(T1, T2)
T1 |
c(jd, hr, mi, sec) |
T2 |
c(jd, hr, mi, sec) |
Year is not included in this calculation.
numeric |
seconds |
Jonathan M. Lees<jonathan.lees.edu>
secdif
T1 <- c(12, 13, 23, 21)
T2 <- c(14, 23, 23, 2)
secdifv(T1, T2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.