ElesAll: The dataset of information at the individual level for all...

Description Format References See Also Examples

Description

This dataset contains the breakdowns for the counts of elephants used in the paper.

Format

A dataframe with 5150 elephants.

References

This study.

See Also

SurvEles_small, ElesCaptured

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
## Basic information about the data:
head(ElesAll)
str(ElesAll)
sum(ElesAll$N)

## Number of elephants in each sex:
tapply(ElesAll$N, ElesAll$Sex, sum)

## Number of elephants in each region:
tapply(ElesAll$N, ElesAll$Region, sum)

courtiol/SileR documentation built on May 16, 2020, 8:10 p.m.