institutionLocality | R Documentation |
Detect occurrences potentially in biodiversity institutions using different methods
institutionLocality( df, xf, yf, lf, method = "all", .points.proj4string, do = TRUE, verbose = FALSE )
df |
data.frame of species occurrences |
xf |
character. column name in df containing the x coordinates |
yf |
character. column name in df containing the y coordinates |
lf |
The locality field in df. |
method |
charcter. Vector of methods to be used. See details. Default 'all' |
.points.proj4string |
proj4string argument for df |
do |
logical. Should range analysis be performed? |
verbose |
logical. Print messages? Default FALSE |
current implemented methods are :
"fromCoordinates" (use information on localities of institutions, from CoordinateCleaner-package)
"fromBotanicLocalityName" (using information on locality names that include keywords of institutions)
data.frame
Josep M Serra-Diaz (pep.serradiaz@agroparistech.fr)
cc_inst cc_gbif
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.