avisContributorsSummary: avisContributorsSummary

avisContributorsSummaryR Documentation

avisContributorsSummary

Description

Returns a table with the observations aggregated by birdwatcher.

Usage

avisContributorsSummary()

Value

This function returns a matrix

Note

This function does not allow arguments

Examples

## Not run: 
birdwatchers<- avisContributorsSummary()
par (mfrow =c(2,2))
plot (birdwatchers[,2],birdwatchers[,3], xlab=colnames (birdwatchers)[2],
ylab=colnames (birdwatchers)[3], pch=19)
plot (birdwatchers[,2],birdwatchers[,4], xlab=colnames (birdwatchers)[2],
ylab=colnames (birdwatchers)[4], pch=19)
plot (birdwatchers[,2],birdwatchers[,5], xlab=colnames (birdwatchers)[2],
ylab=colnames (birdwatchers)[5], pch=19)
plot (birdwatchers[,2],birdwatchers[,6], xlab=colnames (birdwatchers)[2],
ylab=colnames (birdwatchers)[6], pch=19)

## End(Not run)

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