create_ee_network: Create ecological-ecological networks

View source: R/create_ee_network.R

create_ee_networkR Documentation

Create ecological-ecological networks

Description

'create_ee_network' takes as input a spatial data layer (either real data or result of 'ls_create') and derives the underlying supply (ecological-ecological) network

Usage

create_ee_network(ls_supply, ee_thresh, supply_area, e2e = TRUE, params = NULL)

Arguments

ls_supply

Polygons containing ecosystem service supply areas

ee_thresh

Distance threshold for the ecological-ecological links

supply_area

Name of the column containing the supply area measure

e2e

Logical. If 'TRUE' edge-to-edge distances between patches are calculated. If 'FALSE' centroid-to-centroid distances are calculated (the latter is much quicker)

params

Vector containing the parameters used to generate the landscape if landscape is simulated (default = NULL)

Value

A list containing the network (and its attributes) and the parameters used to create the network


sLandserve/sLandserv documentation built on March 2, 2023, 7:32 p.m.