Description Usage Format Source Examples
Home range size size in field voles (Microtus agrestis).
1 |
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
Sandell, M., J. Agrell, S. Erlinge, and J. Nelson. 1991. Adult philopatry and dispersal in the field vole Microtus agrestis. Oecologia 86: 153-158.
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.