.cc_round_occTest | R Documentation |
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 )
x |
Data.frame of species occurrences |
lon |
character. Column name in x with decimal longitude values |
lat |
character. Column name in x with decimal latitude values |
ds |
character. Column name in x with dataset name of the record |
T1 |
numeric. Defaults to 7 |
reg_out_thresh |
numeric. Defaults to 7 |
reg_dist_min |
numeric. Defaults to 7 |
reg_dist_max |
numeric. Defaults to 7 |
min_unique_ds_size |
numeric. Defaults to 7 |
graphs |
logical. Defaults to FALSE. |
test |
character. Defaults to 'both' |
value |
character. Defaults to flagged |
verbose |
logical. Defaults to TRUE. |
a clean data.frame
A Zizka (original author) Josep M Serra-Diaz (adapted from CoordinateCleaner)
CoordinateCleaner-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.