Learn R Programming

abd (version 0.1-22)

VoleDispersal: Home Range Size in Field Voles

Description

Home range size size in field voles (Microtus agrestis).

Usage

data(VoleDispersal)

Arguments

source

Sandell, M., J. Agrell, S. Erlinge, and J. Nelson. 1991. Adult philopatry and dispersal in the field vole Microtus agrestis. Oecologia 86: 153-158.

Examples

Run this code
data(VoleDispersal)
xtabs(count~sex+homeranges,VoleDispersal)
barchart( xtabs(count~sex+homeranges,VoleDispersal), auto.key=TRUE)
barchart(count~sex+homeranges,VoleDispersal)
barchart(count~sex,groups=homeranges,VoleDispersal)
barchart(count~sex,groups=homeranges,VoleDispersal,stack=TRUE)

Run the code above in your browser using DataLab