Description Usage Arguments Value Examples
View source: R/DAISIE_area_params.R
Test if list has area parameters
1 | are_area_params(area_params)
|
area_params |
object to be tested if conforms to area parameters |
Boolean that indicates if list conforms to expected area parameters as created by create_area_params
1 2 3 4 5 6 | testit::assert(DAISIE:::are_area_params(
create_area_params(
max_area = 10,
proportional_peak_t = 0.5,
peak_sharpness = 1,
total_island_age = 5)) == TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.