View source: R/NWTMasterSample.R
Function to create Master Sample from points.
1 | MasterSample(pts, B = 12, P1 = 0:1, P2 = 0:2, n = NULL)
|
pts |
SpatialPointsDataFrame or SpatialPoints for pts that are to be sampled. |
B |
Number of HIP Boxes to create for partitioning |
P1 |
Permutation for base 2 (0,1) |
P2 |
Permutation for base 3 (0,1,2) |
n |
Sample size. Keep NULL if you want to return a shapefile with all points given the Master Sample Ordering. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.