R/extract_legacy_sample.R
extract_legacy_sample.Rd
Extract the GRTS sample with legacy sites
extract_legacy_sample(
grtsdb = connect_db(),
samplesize,
bbox,
cellsize,
verbose = TRUE,
offset
)
the grtsdb object
the required sample size
A two-column matrix. The first column has the minimum, the second the maximum values. Rows represent the spatial dimensions.
The size of each cell. Either a single value or one value for each dimension.
Display progress
An optional number of samples to skip. This is useful in cases where you need extra samples.
Other legacy:
add_legacy_sites()
,
drop_legacy_sites()