ls_create | R Documentation |
'ls_create' simulates ecosystem service supply and demand landscapes based on a number of parameters: proportion of supply/demand; fragmentation of supply/demand; steepness of supply gradient; interspersion of supply/demand
ls_create(nrow, ncol, p_supply, p_demand, f_supply, f_demand, grad, inter)
nrow |
Number of rows in the raster |
ncol |
Number of columns in the raster |
p_supply |
Proportion of the landscape which is ES supply |
p_demand |
Proportion of the landscape which is ES demand |
f_supply |
Fragmentation level of the ES supply (in the range [0, 1] with 1 being the most fragmented) |
f_demand |
Fragmentation level of the ES demand (in the range [0, 1] with 1 being the most fragmented) |
grad |
Steepness of spatial gradient for supply and demand (in the range [0, 1] with 1 being the steepest gradient) |
inter |
Interpersion between ES supply and demand along the spatial gradient (in the range [0, 1] with 1 being most interspersed) |
A list containing a polygon containing the supply patches, a polygon containing the demand patches, and the parameters used to generate them
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.