avisSpeciesSummary: avisSpeciesSummary

avisSpeciesSummaryR Documentation

avisSpeciesSummary

Description

Download a table with a summary of the records stored in Proyecto AVIS (http://proyectoavis.com) aggregated by species; number of observations of each species, number of individuals recorded, number of different UTMs (10x10km) with observations, number of birdwatchers that recorded the species

Usage

avisSpeciesSummary()

Value

returns a dataframe

Note

This functions does not allow arguments

Examples

## Not run: 
avis_summary<- avisSpeciesSummary()
# general overview of the data aggregated by species
par (mfrow =c(2,2))
hist (avis_summary$Observations, col="red", border=FALSE, main=NULL)
hist (avis_summary$Individuals, col="red", border=FALSE, main=NULL)
hist (avis_summary$UTM.10x10, col="red", border=FALSE, main=NULL)
hist (avis_summary$Birdwatchers, col="red", border=FALSE, main=NULL)

## End(Not run)

ropensci/rAvis documentation built on May 18, 2022, 5:41 p.m.