R/mono_fun.R

Defines functions mono_fun

Documented in mono_fun

mono_fun <- function(t, y, par) {
  y <- y[1]
  r <- par$r
  K <- par$K
  dy <- r * (K - y)
  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.