context("create_area_params")
test_that("minimal use", {
expect_silent(
create_area_params(
max_area = 10,
proportional_peak_t = 0.5,
peak_sharpness = 1,
total_island_age = 5
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.