post.fire | R Documentation |
Determines the tree species or land-cover type after the impact of fire
post.fire(land, clim, params)
land |
A |
clim |
A data frame with minimum temperature (in ºC), maximum temperature (in ºC), and precipitation (in mm) per location |
params |
A list of default parameters generated by the function |
A vector with the new tree species or land-cover in the burnt locations the current time step
data(landscape) data(clim) params = default.params() post.fire(landscape, clim, params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.