Description Usage Arguments Value See Also Examples
A function to summarise records of a species among all visits. Returns number of grid cells with occurrences, number of observations, number of visits, number of years and number of months with occurrences.
1 | focalSpSummary(x, focalSp = NULL)
|
x |
an object of class ‘SummarizeBirds’. |
focalSp |
the focal sp to look for. |
a data.frame
with summary data for the focal species
1 2 3 4 5 6 | OB <- organizeBirds(bombusObsShort, sppCol = "scientificName", simplifySppName = TRUE)
grid <- makeGrid(searchPolygon, gridSize = 10)
SB <- summariseBirds(OB, grid=grid)
allSpp <- listSpecies(SB)
focal <- "Bombus campestris"
focalSpSummary(SB, focalSp=focal)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.