Learn R Programming

caribou (version 1.1-1)

GRH10: George River Herd 2010 Data

Description

Population size of the George River (Riviere George) herd (Quebec) from a postcalving survey in July 2010.

Usage

data(GRH10)

Arguments

Format

13 by 2 numeric matrix, with the following columns:

xi

number of radio-collared animals in the detected (photographed) groups

gni

size of the detected groups

Details

During this survey, 71 collars were active. 43 collars (61%) were photographed among the 13 detected groups.

Examples

Run this code
# NOT RUN {
petersen(GRH10, M=71)
petersen(GRH10, M=71, S=1000)
abundance(GRH10, n=71, model="H")
abundance(GRH10, n=71, model="I")
abundance(GRH10, n=71, model="T", B=2)
abundance(GRH10, n=71, model="T", B=4)
abundance(GRH10, n=71, model="T", B=6)
# }

Run the code above in your browser using DataLab