avisSpeciesSummary: avisSpeciesSummary

Description Usage Value Note Examples

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

1

Value

returns a dataframe

Note

This functions does not allow arguments

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## 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)

rAvis documentation built on May 2, 2019, 3:28 p.m.