| .cc_outl_occTest | R Documentation | 
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 )
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  | 
species | 
 character. Species name.  | 
method | 
 character. Quantile by default  | 
mltpl | 
 integer. Multiplication factor. Default to 5  | 
tdi | 
 numeric. Default to 1000  | 
value | 
 character. Type of output. Default to 'clean'  | 
sampling_thresh | 
 numeric. Sampling threshold. Defaults to 0  | 
verbose | 
 logical. Should output messages be printed. Default to TRUE  | 
min_occs | 
 integer. Minimum number of occurrences. Defaults to 7  | 
thinning | 
 logical. Should thinning be performed? Defaults to FALSE  | 
thinning_res | 
 double. Thinnning resolution. Defaults to 0.5  | 
a clean data.frame
A Zizka (original function) Josep M Serra-Diaz (adaptation to occTest pep.serradiaz@agroparistech.fr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.