Learn R Programming

rnpn (version 1.3.0)

npn_stations_with_spp: Get Stations with Species

Description

Get a list of all stations which have an individual whom is a member of a set of species.

Usage

npn_stations_with_spp(speciesid, ...)

Value

A data frame with stations' latitude and longitude, names, and ids.

Arguments

speciesid

Required. Species id numbers, from 1 to infinity, potentially, use e.g., c(52, 53) if more than one species desired (numeric).

...

Currently unused.

Examples

Run this code
if (FALSE) {
npn_stations_with_spp(speciesid = c(52, 53, 54))
npn_stations_with_spp(speciesid = 53)
}

Run the code above in your browser using DataLab