Learn R Programming

rgbif (version 0.4.0)

densitylist: The density web service provides access to records showing the density of occurrence records from the GBIF Network by one-degree cell.

Description

This function is deprecated.

Usage

densitylist(taxonconceptKey = NULL,
    dataproviderkey = NULL, dataresourcekey = NULL,
    resourcenetworkkey = NULL, originisocountrycode = NULL,
    format = NULL)

Arguments

taxonconceptKey
Unique key for taxon (numeric). Count only records which are for the taxon identified by the supplied numeric key, including any records provided under synonyms of the taxon concerned, and any records for child taxa (e.g. all genera and species wi
dataproviderkey
Filter records to those provided by the supplied numeric key for a data provider. See provider(). (character)
dataresourcekey
Filter records to those provided by the supplied numeric key for a data resource See resource(). (character)
resourcenetworkkey
count only records which have been made available by resources identified as belonging to the network identified by the supplied numeric key.
originisocountrycode
Return density records for occurrences which occurred within the country identified by the supplied 2-letter ISO code.
format
Specifies the format in which the records are to be returned, one of: brief or kml (character)

Value

  • A data.frame with the columns
    • "minLatitude"
    {Minimum latitude of the cell}
  • "maxLatitude"Maximum latitude of the cell
  • "minLongitude"Minimum longitude of the cell
  • "maxLongitude"Maximum longitude of the cell
  • "count"Number of occurrences found

Examples

Run this code
head( out <- densitylist(originisocountrycode = "CA") )

Run the code above in your browser using DataLab