powered by
Get a list of all stations which have an individual whom is a member of a set of species.
npn_stations_with_spp(species_id, ..., speciesid = deprecated())
A data frame with stations' latitude and longitude, names, and ids.
Required. Species id numbers, from 1 to infinity, potentially, use e.g., c(52, 53), if more than one species desired (numeric).
c(52, 53)
Currently unused.
Deprecated. Use species_id instead.
species_id
if (FALSE) { npn_stations_with_spp(species_id = c(52, 53, 54)) npn_stations_with_spp(species_id = 53) }
Run the code above in your browser using DataLab