Flower Length in Tobacco Plants
Tobacco2.Rd
Distribution of flow lengths in F1 and F2 populations of Nicotiana.
Format
A data frame with 617 observations on the following 2 variables.
- flower.length
a numeric vector
- generation
a factor with levels
F1
F2
Examples
xtabs(~ flower.length + generation, Tobacco2)
#> generation
#> flower.length F1 F2
#> 52 0 3
#> 55 4 9
#> 58 10 18
#> 61 41 47
#> 64 75 55
#> 67 40 93
#> 70 3 75
#> 73 0 60
#> 76 0 43
#> 79 0 25
#> 82 0 7
#> 85 0 8
#> 88 0 1
bwplot(flower.length ~ generation, Tobacco2)