R/dateList.R

Defines functions `dateList`

`dateList` <-
function(datevec)
  {
    L = list(yr=datevec[1],
      jd=datevec[2],
      mo=datevec[3],
      dom=datevec[4],
      hr=datevec[5],
      mi=datevec[6],
      sec=datevec[7],
      msec=datevec[8])
    
    return(L)
    
  }

Try the RSEIS package in your browser

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

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.