R/info.seis.R

Defines functions info.seis

Documented in info.seis

info.seis<-function(GH)
  {

    A = dateStamp(GH$info)
    B = paste(sep=" ", 1:length(GH$STNS), GH$STNS, GH$COMPS, GH$dt, GH$info$n )

    B2 = paste(sep=" ",B, A)
    

    cat(B2, sep="\n")

    

##########      info.seis(GH)
    
  }

Try the RSEIS package in your browser

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

RSEIS documentation built on May 29, 2024, 11:04 a.m.