This function plots a specific time step landscape
plot_landscape(lands, step = NULL, Title = NULL, xaxis = FALSE, rmBorder = TRUE, rangeLimitOccup = NULL)
lands, | the object output from either the |
---|---|
step | numeric, time step to be ploted. If |
Title | character, title of the landscape plot |
xaxis | logical, if |
rmBorder | logical, if |
rangeLimitOccup | numeric between 0 and 1 to define the minimum row occupancy of a state in the landscape. It will add a line in the plot for the boreal trailing edge and the temperate leading edge. See |
if (FALSE) { plot_landscape(lands = output, step = 100, Title = 'land at step 100') }