powered by
Returns a data frame with the information on the connections between patches (assuming binary connections).
edge.graph(rl)
Produces a data frame with the information on the edges (links): the IDs of both patches, the area, the coordinates and the Euclidean distance.
Object of class 'landscape'.
Frederico Mestre and Fernando Canovas
rland.graph
data(rland) edge_df <- edge.graph(rl=rland)
Run the code above in your browser using DataLab