speciesSummary: Summarize all records for a species

View source: R/focalSpecies.R

speciesSummaryR Documentation

Summarize all records for a species

Description

A function that counts the number of observations, number of visits and number of grid cells with occurrences for all species.

Usage

speciesSummary(x)

Arguments

x

an object of class ‘SummarizeBirds’.

Value

a data.frame with summary data for each species

See Also

summarizeBirds, exportBirds

Examples


grid <- makeGrid(searchPolygon, gridSize = 10)
SB <- summarizeBirds(organizeBirds(bombusObsShort), grid=grid)
summSB <- speciesSummary(SB)


Greensway/BIRDS documentation built on Oct. 19, 2023, 2:35 a.m.