Lists all species names from the data set.
listSpecies(x)
x | an object of class ‘OrganizedBirds’ or ‘SummarizeBirds’. |
---|
a vector
with all species names in the data set
OB <- organizeBirds(bombusObsShort, sppCol = "scientificName", simplifySppName = TRUE) allSpp <- listSpecies(OB)