test_that("Checking the model modBaran", {
expect_equal(modBaran(temp=0, mumax = 0.037, lag=4, log10N0 = 1, log10Nmax = 5 ),1)
expect_equal(modBaran(temp=1, mumax = 0.037, lag=4, log10N0 = 1, log10Nmax = 5 ),1.01389185956989)
expect_equal(modBaran(temp=1000, mumax = 0.037, lag=4, log10N0 = 1, log10Nmax = 5 ),5)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.