model | R Documentation |
Returns a (customized) phenology model.
model(m, ...)
m |
Name of the model or the return value of another |
... |
List of parameters to customize the model. |
A phenology model. Can be passed to phenology()
.
Look at the customization manuals, to find out which parameters
can be customized for a specific model: model.bso.customize
, model.phenips.customize
, model.rity.customize
, model.chapy.customize
, model.joensson.customize
, model.lange.customize
, model.phenips_clim.customize
.
# customize the temperature beetles need to fly for PHENIPS-Clim
m <- model('phenips-clim', tfly = 16)
# calculate phenology
p <- phenology(m, barrks_data(), .quiet = TRUE)
# plot generations
gens <- get_generations_rst(p)
terra::plot(gens)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.