plotL.graph {MetaLandSim} | R Documentation |
Plot one landscape of the list created by span.graph
Description
Plots a given landscape of a landscape sequence from span.graph
.
Usage
plotL.graph(rl, rlist, nr, species, links, ...)
Arguments
rl |
Object of class 'landscape'. |
rlist |
List returned by |
nr |
index of the landscape to display graphically. |
species |
TRUE/FALSE, TRUE if 'rl' is of class 'metapopulation' or 'FALSE' if rl is of class 'landscape'. |
links |
TRUE/FALSE, show links between connected patches. |
... |
Other arguments. |
Value
Graphical display of the landscape.
Author(s)
Frederico Mestre and Fernando Canovas
See Also
plot_graph
, span.graph
, rland.graph
Examples
data(rland)
data(landscape_change)
plotL.graph(rl=rland, rlist=landscape_change, nr=50, species=FALSE, links=FALSE)
[Package MetaLandSim version 2.0.0 Index]