R/setPop.R

## Open 'population' window

setPop <-
function(){
  ## Check if window is active
  if (is.open("pop.win")){
    DALYfocus("pop.win")
  } else {
    setPop.startup()
  }
}

Try the DALY package in your browser

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

DALY documentation built on May 2, 2019, 12:19 p.m.