listSpecies: Lists all species names from the data set

Description Usage Arguments Value See Also Examples

View source: R/focalSpecies.R

Description

Lists all species names from the data set.

Usage

1

Arguments

x

an object of class ‘OrganizedBirds’ or ‘SummarizeBirds’.

Value

a vector with all species names in the data set

See Also

summarizeBirds, exportBirds

Examples

1
2
OB <- organizeBirds(bombusObsShort, sppCol = "scientificName", simplifySppName = TRUE)
allSpp <- listSpecies(OB)

BIRDS documentation built on June 27, 2021, 1:06 a.m.