R/ViewEvo.R

Defines functions ViewEvo

Documented in ViewEvo

ViewEvo <- function(simulation){
  if(simulation == 'wf.model') shiny::runApp(system.file("wf.model", package='evobiR'))
  if(simulation == 'bd.model') shiny::runApp(system.file("bd.model", package='evobiR'))
  if(simulation == 'dist.model') shiny::runApp(system.file("dist.model", package='evobiR'))
}

Try the evobiR package in your browser

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

evobiR documentation built on May 2, 2019, 5:40 a.m.