edge.graph: Produce an edge (links) data frame

View source: R/edge.graph.R

edge.graphR Documentation

Produce an edge (links) data frame

Description

Returns a data frame with the information on the connections between patches (assuming binary connections).

Usage

edge.graph(rl)

Arguments

rl

Object of class 'landscape'.

Value

Produces a data frame with the information on the edges (links): the IDs of both patches, the area, the coordinates and the Euclidean distance.

Author(s)

Frederico Mestre and Fernando Canovas

See Also

rland.graph

Examples


data(rland)

edge_df <- edge.graph(rl=rland)


MetaLandSim documentation built on Jan. 13, 2023, 1:11 a.m.