edge.graph {MetaLandSim}R 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)


[Package MetaLandSim version 2.0.0 Index]