Lists all species names from the data set.

listSpecies(x)

Arguments

x

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

Value

a vector with all species names in the data set

See also

Examples

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