edge.graph | R Documentation |
Returns a data frame with the information on the connections between patches (assuming binary connections).
edge.graph(rl)
rl |
Object of class 'landscape'. |
Produces a data frame with the information on the edges (links): the IDs of both patches, the area, the coordinates and the Euclidean distance.
Frederico Mestre and Fernando Canovas
rland.graph
data(rland) edge_df <- edge.graph(rl=rland)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.