Description Usage Arguments Value Examples
Simualtes fire events in fire regimes zones
1 2 3 4 5 6 7 8 9 10 11 |
land |
A |
params |
A list of default parameters generated by the function |
baseline.fuel |
asdf |
mem.feux |
asdfv |
rcp |
Climate projection, either |
pigni |
Vector with probability of fire ignition ([0,1]) for each cell grid |
km2.pixel |
Area in km^2^ of grid cells |
time.step |
Number of years of each time step |
t |
Current time step |
A list of six items:
brunt.cells
: A vector with the cell.id
of the burnt cells
track.target
: A vector with the cell.id
of the partial cut cells
track.regime
: A data frame with managed areas by different prescriptions
track.fire
: A data frame with the area and volume clear-cut and partial cut per species
track.sprd
: A data frame with the area and volume clear-cut and partial cut per species
mem.feux
: ¿?
1 2 3 4 5 6 7 8 9 | data(landscape)
params = default.params()
# Compute the baseline fuel at the fire zone level
fuels = fuel.type(land)
baseline.fuel = group_by(fuels, frz) %>% summarise(x=mean(flam))
mem.feux = rep(0, length(unique(landscape$frz)))
# Simulate wildfires in all fire regime zones
fires = wildfires(landscape, params, baseline.fuel, mem.feux, rcp = NA,
pigni = NA, km2.pixel = 4, time.step = 5, t = 5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.