test_that("Demographic equilibrium", {
init <- c(1000, 1000)
N <- find_equilibrium(0, get_default_pars(), init)
expect_true(all(N > 0))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.