infrastructure_spacer | R Documentation |
infrastructure_spacer
is a helper function for infrastructure simulation
that generates infrastructure locations proportional to a suitability
raster (e.g., relative estimated undiscovered oil) and constrained to not
occur in unavailable areas or within a minimum distance threshold from other
infrastructure. Used by generate_cpf
and generate_sat_rd
.
infrastructure_spacer(n.dev, im, threshold)
n.dev |
Integer value indicating the desired number of simulated developments (e.g., central processing facilities or satellite pads). |
im |
Object of class |
threshold |
Numeric value indicating the minimum spacing (m) between simulated infrastructure locations. |
data.frame containing the xy coordinates of the simulated development.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.