R/YRsecdifL.R

Defines functions `YRsecdifL`

`YRsecdifL` <-
function(T1, T2)
{
#  T1 and T2 are lists

  
  kt = YRsecdif(T1$jd, T1$hr, T1$mi, T1$sec, T2$jd, T2$hr, T2$mi, T2$sec, T1$yr, T2$yr)

 return(kt)
}

Try the RSEIS package in your browser

Any scripts or data that you put into this service are public.

RSEIS documentation built on Sept. 13, 2024, 1:09 a.m.