MasterSample: Function to create Master Sample from points.

Description Usage Arguments

View source: R/NWTMasterSample.R

Description

Function to create Master Sample from points.

Usage

1
MasterSample(pts, B = 12, P1 = 0:1, P2 = 0:2, n = NULL)

Arguments

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.


paul-vdb/NWTMasterSample documentation built on April 3, 2020, 4:21 a.m.