| speciesSummary | R Documentation | 
A function that counts the number of observations, number of visits and number of grid cells with occurrences for all species.
speciesSummary(x)
x | 
 an object of class ‘SummarizeBirds’.  | 
a data.frame with summary data for each species
summarizeBirds, exportBirds
grid <- makeGrid(searchPolygon, gridSize = 10)
SB <- summarizeBirds(organizeBirds(bombusObsShort), grid=grid)
summSB <- speciesSummary(SB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.