plot_graph | R Documentation |
Plots the landscape graph, with or without the species occupation (respectively lists returned by species.graph
or rland.graph
) and with or without the links between patches.
plot_graph(rl, species, links)
rl |
Object of class 'landscape' (species=FALSE) or 'metapopulation' (species=TRUE). |
species |
TRUE/FALSE, TRUE if 'x' is of class 'metapopulation' or 'FALSE' if x is of class 'landscape'. |
links |
TRUE/FALSE, show links between connected patches. |
Graphical display of the landscape.
Frederico Mestre and Fernando Canovas
rland.graph
, species.graph
data(rland) data(occ.landscape) #Without the species occupancy: plot_graph(rl=rland, species=FALSE, links=FALSE) #With the species occupancy: plot_graph(rl=occ.landscape, species=TRUE, links=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.