own version of coordinate cleaner geographic outliers
.cc_outl_occTest(
x,
lon = "decimallongitude",
lat = "decimallatitude",
species = "species",
method = "quantile",
mltpl = 5,
tdi = 1000,
value = "clean",
sampling_thresh = 0,
verbose = TRUE,
min_occs = 7,
thinning = FALSE,
thinning_res = 0.5
)a clean data.frame
Data.frame of species occurrences
character. Column name in x with decimal longitude values
character. Column name in x with decimal latitude values
character. Species name.
character. Quantile by default
integer. Multiplication factor. Default to 5
numeric. Default to 1000
character. Type of output. Default to 'clean'
numeric. Sampling threshold. Defaults to 0
logical. Should output messages be printed. Default to TRUE
integer. Minimum number of occurrences. Defaults to 7
logical. Should thinning be performed? Defaults to FALSE
double. Thinnning resolution. Defaults to 0.5
A Zizka (original function) Josep M Serra-Diaz (adaptation to occTest pep.serradiaz@agroparistech.fr)