Learn R Programming

abd (version 0.2-8)

Tobacco2: Flower Length in Tobacco Plants

Description

Distribution of flow lengths in F1 and F2 populations of Nicotiana.

Arguments

Format

A data frame with 617 observations on the following 2 variables.
flower.length
a numeric vector
generation
a factor with levels F1 F2

Source

East, E.M. 1916. Studies on size inheritance in Nicotiana. Genetics 1: 164-176.

References

http://www.genetics.org/content/vol1/issue2/

http://en.wikipedia.org/wiki/Nicotiana

See Also

Tobacco

Examples

Run this code
xtabs(~ flower.length + generation, Tobacco2)
bwplot(flower.length ~ generation, Tobacco2)

Run the code above in your browser using DataLab