Learn R Programming

s20x (version 3.1-40)

seeds.df: Seeds Data

Description

These data record the number of seeds (out of 100) that germinated when given different amounts of water. The seeds were either exposed to light or kept in the dark. Four identical boxes were used for each combination of water and light

Arguments

Format

A data frame with 48 observations on 3 variables.

[,1]LightintegerSeeds exposed to light (N=No, Y=Yes)
[,2]WaterintegerAmount of water, higher levels correspond to more water (1, 2, 3, 4, 5, 6)
[,3]CountintegerNumber of seeds that germinated (out of 100)