post.fire: Post-fire regeneration

View source: R/post.fire.r

post.fireR Documentation

Post-fire regeneration

Description

Determines the tree species or land-cover type after the impact of fire

Usage

post.fire(land, clim, params)

Arguments

land

A landscape data frame with forest stand records and land-cover types in rows

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 default.params() or

Value

A vector with the new tree species or land-cover in the burnt locations the current time step

Examples

data(landscape)
data(clim)
params = default.params()
post.fire(landscape, clim, params)


nuaquilue/medLDM documentation built on April 15, 2022, 10:14 a.m.