tests/testthat/test-are_area_pars.R

test_that("minimal use", {
  expect_true(
    are_area_pars(
      create_area_pars(
        max_area = 10,
        current_area = 1,
        proportional_peak_t = 0.5,
        total_island_age = 5,
        sea_level_amplitude = 5,
        sea_level_frequency = 10,
        island_gradient_angle = 45)))
})

Try the DAISIE package in your browser

Any scripts or data that you put into this service are public.

DAISIE documentation built on Oct. 22, 2023, 1:06 a.m.