Description Usage Arguments Examples
View source: R/plot_occupancy.R
This function plots the distribution of state occupancy over the Latitudinal gradient of the landscape
1 | 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 |
1 2 3 4 | ## Not run:
plot_occupancy(lands, step = 1, spar = 0.2, states = 1:4)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.