R/expo_fun.R

Defines functions expo_fun

Documented in expo_fun

expo_fun <- function(t, y, par) {
  y <- y[1]
  r <- par$r
  dy <- y * r
  return(list(c(dy)))
}

Try the epifitter package in your browser

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

epifitter documentation built on June 14, 2021, 5:08 p.m.