own version of coordinate cleaner cc_round
.cc_round_occTest(
x,
lon = "decimallongitude",
lat = "decimallatitude",
ds = "dataset",
T1 = 7,
reg_out_thresh = 2,
reg_dist_min = 0.1,
reg_dist_max = 2,
min_unique_ds_size = 4,
graphs = FALSE,
test = "both",
value = "flagged",
verbose = TRUE
)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. Column name in x with dataset name of the record
numeric. Defaults to 7
numeric. Defaults to 7
numeric. Defaults to 7
numeric. Defaults to 7
numeric. Defaults to 7
logical. Defaults to FALSE.
character. Defaults to 'both'
character. Defaults to flagged
logical. Defaults to TRUE.
A Zizka (original author) Josep M Serra-Diaz (adapted from CoordinateCleaner)
CoordinateCleaner-package