Description Usage Arguments Value Examples
View source: R/DAISIE_area_params.R
Create named list of area parameters
1 2 | create_area_params(max_area, proportional_peak_t, peak_sharpness,
total_island_age)
|
max_area |
maximum area |
proportional_peak_t |
value from 0 to 1 indicating where in the island's history the peak area is achieved |
peak_sharpness |
sharpness of peak |
total_island_age |
total island age |
list of numerical values containing area parameters for island ontogeny simulation
1 2 3 4 5 6 7 8 9 | testit::assert(DAISIE:::are_area_params(
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.