logi_fun <- function(t, y, par) { y <- y[1] r <- par$r K <- par$K dy <- y * r * (K - y) return(list(c(dy))) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.