View source: R/GetSampleProp.R
GetSampleProp | R Documentation |
A function to sample n number of lines from a full set of polylines and get the proportion of those lines that intersect the windfarm.
GetSampleProp(maskedlines, samplesize, WFarea)
maskedlines |
An sf object. The full set of lines sampled within the migration corridor for a species |
samplesize |
An integer. The number of lines to sample from the full set of lines |
WFarea |
An sf object. The polygon of the wind farm area of interest |
a numeric value representing the proportion of lines that overlap the specific wind farm area
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.