Learn R Programming

abd (version 0.2-8)

Stalkies2: Stalk-eyed Fly Eyespan

Description

Eyespan width (mm; Eye.span) in 45 stalk-eyed flies (Cyrtodiopsis dalmanni) fed a corn or cotton diet (Food).

Arguments

Format

A data frame with 45 observations on the following 2 variables.
food
a factor with levels Corn Cotton
eye.span
a numeric vector

Source

David, P., T. Bjorksten, K. Fowler, and A. Pomiankowski. 2000. Condition-dependent signalling of genetic variation in stalk-eyed flies. Nature 406: 186-188.

Examples

Run this code
str(Stalkies2)
xyplot(eye.span ~ food, Stalkies2)
aggregate(eye.span ~ food, Stalkies2, FUN = favstats)

Run the code above in your browser using DataLab