R/selstas.R

Defines functions selstas

Documented in selstas

selstas <-
function(sta, ind)
  {
    for(i in 1:length(sta))
      {
        g = sta[[i]]
        sta[[i]] = g[ind]

      }
    return(sta)
  }

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.