Learn R Programming

rAvis (version 0.1.4)

avisSpeciesSummary: 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()

Arguments

Value

returns a dataframe

Examples

Run this code
## 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)

Run the code above in your browser using DataLab