Learn R Programming

abd (version 0.2-8)

Wolves: Inbreeding in Wolves

Description

Inbreeding coefficient and the number of pups produced in 24 mated pairs of wolves (Canis lupus) from 1983-2002.

Arguments

Format

A data frame with 24 observations on the following 2 variables.
inbreeding.coefficient
a numeric vector
pups
a numeric vector

Source

Liberg, O.H., H. Andrén, H.-C. Pedersen, H. Sand, D. Sejberg, P. Wabakken, M. Åkesson, and S. Bensch. 2005. Severe inbreeding depression in a wild wolf (Canis lupus) population. Biology Letters 1: 17-20.

Examples

Run this code
Wolves
xyplot(inbreeding.coefficient ~ jitter(pups, amount=0.15), Wolves)

Run the code above in your browser using DataLab