R/EmptySEIS.R

'EmptySEIS'<-
  function()
{

info=list(fn="",
name="",
yr=0,
jd=0,
mo=0,
dom=0,
hr=0,
mi=0,
sec=0,
msec=0,
dt=0,
t1=0,
t2=0,
off=0,
n1=0,
n2=0,
n3=0,
n=0)

  K = list(JSTR=list(),
               STNS=vector(),
               dir="",
               ifile="",
               COMPS=vector(),
               OCOMPS=vector(),
               dt=vector(),
               KNOTES=vector(),
               info=info,
               nn=vector(),
               ex=vector(),
               pcol=vector(),
               ok=vector(),
               wintim=vector(),
               ftime=vector(),
               units=vector(),
               pickfile=EmptyPickfile(),
               velfile="",
               stafile="",
               aname="",
               UWFILEID="")
  return(K)
}

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.