ElesCaptured: Datasets of information at the individual level for captured...

Description Format References See Also Examples

Description

This object contains a list with two datasets containing the breakdowns for the counts of captured elephants used in the paper. One list provides breakdowns per capture age and the other one provides breakdowns per capture decade.

Format

A list with two data.frame describing the 2072 captured elephants.

References

This study.

See Also

SurvEles_small, ElesAll

Examples

1
2
3
4
5
6
7
8
9
## Basic information about the data:
lapply(ElesCaptured, head)
lapply(ElesCaptured, function(i) sum(i$N))

## Number of elephants by age at capture:
ElesCaptured$ElesCapturedByAge

## Number of elephants by decade at capture:
ElesCaptured$ElesCapturedByDecade

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