R/remove.all.par.R

Defines functions remove.all.par

remove.all.par<-function(){
  options(warn=-1)
  rm(list=c("loci","I","n","en","m","em","ej","conds","tree","npops"), envir=.e)
  options(warn=0)
}
gehara/codes documentation built on May 17, 2019, 12:15 a.m.