powered by
Returns a data frame with the information on the connections between patches (assuming binary connections).
edge.graph(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.
rland.graph
# NOT RUN { data(rland) edge_df <- edge.graph(rl=rland) # }
Run the code above in your browser using DataLab