R/setPop.R

## Open 'population' window

setPop <-
function(){
  ## Check if window is active
  if (is.open("pop.win")){
    DALYfocus("pop.win")
  } else {
    setPop.startup()
  }
}
brechtdv/DALY documentation built on May 13, 2019, 5:05 a.m.