R/setypx.R

Defines functions `setypx`

`setypx`<-function()
  {
    ###  function to set up an empty  structure for pix, to be filled later
    YPX=list(tag="",
      name="",
      comp="",
      c3="",
      phase="",
      err=0,
      pol=0,
      flg=0,
      res=0,
      dur=0,
      yr = 0,
      mo = 0,
      dom = 0,
      jd =0,
      hr=0,
      mi = 0,
      sec =0,
      col = "black",
      onoff =0
      )

    return(YPX)
  }

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.