R/Elimcomp.R

Defines functions Elimcomp

Documented in Elimcomp

Elimcomp <-
function(parlist){
  txt <- names(parlist)
  txt <- txt[is.na(match(txt,nonsetpar))]
  res <- list()
  for(i in txt) res[[as.character(i)]] <- parlist[[as.character(i)]]
  return(res) 
}

Try the geo package in your browser

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

geo documentation built on May 2, 2019, 5:22 p.m.