This function plots the distribution of state occupancy over the Latitudinal gradient of the landscape
plot_occupancy(lands, step, spar, states = 1:3, add = FALSE)
lands | the object output of the |
---|---|
step | vector, time step to be plotted |
spar | numeric, value between 0 and 1 to smooth the state occupancy |
states | vector, the forest states to be plotted. 1 for Boreal, 2 for Temperate, 3 for Mixed and 4 for regeneration |
add | logical, if |
if (FALSE) { plot_occupancy(lands, step = 1, spar = 0.2, states = 1:4) }