avisContributorsSummary: avisContributorsSummary

Description Usage Value Note Examples

Description

Returns a table with the observations aggregated by birdwatcher.

Usage

1

Value

This function returns a matrix

Note

This function does not allow arguments

Examples

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

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