View source: R/create_ee_network.R
create_ee_network | R Documentation |
'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
create_ee_network(ls_supply, ee_thresh, supply_area, e2e = TRUE, params = NULL)
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) |
A list containing the network (and its attributes) and the parameters used to create the network
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.