Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

VoleDispersal

Home Range Size in Field Voles


Description

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

Format

A data frame with 5 observations on the following 3 variables.

homeranges

a numeric vector

count

a numeric vector

sex

a factor with levels female and male

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

xtabs(count~sex+homeranges,VoleDispersal)
barchart( xtabs(count~sex+homeranges,VoleDispersal), origin=0, auto.key=TRUE)
barchart(count~sex+homeranges,VoleDispersal, origin=0)
barchart(count~sex,groups=homeranges,VoleDispersal, origin=0)
barchart(count~sex,groups=homeranges,VoleDispersal, origin=0,stack=TRUE)

abd

The Analysis of Biological Data

v0.2-8
GPL-2
Authors
Kevin M. Middleton <middletonk@missouri.edu>, Randall Pruim <rpruim@calvin.edu>
Initial release
2015-07-02

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.