plotL.graph | R Documentation |
Plots a given landscape of a landscape sequence from span.graph
.
plotL.graph(rl, rlist, nr, species, links, ...)
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. |
Graphical display of the landscape.
Frederico Mestre and Fernando Canovas
plot_graph
, span.graph
, rland.graph
data(rland) data(landscape_change) plotL.graph(rl=rland, rlist=landscape_change, nr=50, species=FALSE, links=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.