R/getPDEscreen.R

Defines functions getPDEscreen

Documented in getPDEscreen

getPDEscreen<-function(pde = '/home/lees/Site/Santiaguito/pdq.eqs')
  {
    spde  = scan(file=pde, what="", sep="\n")

    kpde = list()
    for(i in 1:length(spde))
      {
        kpde[[i]]  = parse.pde(spde[i])

      }
    invisible(kpde)
  }

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.