occurrence_establishment_flag: Flag records with questionable occurance status or...

Description Usage Arguments Value Author(s) Examples

Description

It is important to know if an occurrence is natural, rather than an escapee from captivity, or say, a plant cultivated in a park, or indeed if the occurrence is extralimital to is normal range, e.g. a vagrant migratory bird that has drifted way off-course. Usually these records are excluded from spatial analyses. Pertinent information to this may be contained in Darwin Core fields: DwC:establishmentMeans (e.g. cultivated, invasive, escaped from captivity) and DwC:occurrenceStatus (e.g. present, absent). These fields could be used to record extralimital occurrences

Usage

1

Arguments

gbif_data

Dataframe from GBIF with two mandatory fields; ""establishmentMeans", "occurrenceStatus"

Value

Same dataframe with one additional column; occurrenceEstablishmentFlag

Author(s)

thiloshon <thiloshon@gmail.com>

Examples

1
2
3
4
5
## Not run: 
dat <- rgbif::occ_data(scientificName = 'Ursus americanus')
flagged_dat <- occurrence_establishment_flag(dat$data)

## End(Not run)

thiloshon/Biodiversity documentation built on May 20, 2019, 4:07 p.m.