masterSampleSelect | R Documentation |
Generate sample points using BAS master sample. This function has no features and is generally expected to be run by the wrapper function. masterSample that ensures all the correct pieces are passed and adds the additional feature of stratification.
masterSampleSelect(shp, N = 100, bb = NULL, nExtra = 5000, printJ = FALSE)
shp |
Shape file as a polygon to select sites for. |
N |
Number of sites to select. |
bb |
Bounding box which defines the Master Sample. Default is BC Marine Master Sample. |
nExtra |
An efficiency problem of how many extra samples to draw before spatial clipping to shp. |
printJ |
Boolean if you want to see J, how many cuts of space are required to generate the sample efficiently. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.