buffer_indices {spatialsample} | R Documentation |
Apply an inclusion radius and exclusion buffer to indices
Description
Apply an inclusion radius and exclusion buffer to indices
Usage
buffer_indices(data, indices, radius, buffer, call = rlang::caller_env())
Arguments
data |
An object of class |
indices |
List of indices in each fold generated by |
radius |
Numeric: points within this distance of the initially-selected
test points will be assigned to the assessment set. If |
buffer |
Numeric: points within this distance of any point in the
test set (after |
[Package spatialsample version 0.5.1 Index]