.cc_urb_occTest | R Documentation |
flags values for urban areas
.cc_urb_occTest( x, lon = "decimallongitude", lat = "decimallatitude", ref = NULL, value = "clean", verbose = FALSE, outdir )
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 |
value |
character string. Defining the output value. See value. |
verbose |
logical. If TRUE reports the name of the test and the number of records flagged |
outdir |
output directory |
a |
SpatialPolygonsDataFrame. Providing the geographic gazetteer with the urban areas. See details. By default rnaturalearth::ne_download(scale = 'medium', type = 'urban_areas'). Can be any SpatialPolygonsDataframe, but the structure must be identical to rnaturalearth::ne_download(). |
a clean data.frame
A Zizka (original function) Josep M Serra-Diaz (adaptation to occTest pep.serradiaz@agroparistech.fr)
CoordinateCleaner package
cc_urb
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.