powered by
The investigators counted the number of lesions of Aucuba mosaic virus developing after exposure to X rays for various times.
data(aucuba)
A data frame with 7 rows and 2 variables:
a numeric vector giving the minutes of exposure.
a numeric vector giving the counts of lesions, in hundreds.
Snedecor G.W., Cochran W.G. (1989) Statistical Methods, Eight Edition, Iowa State University Press, Ames.
data(aucuba) dev.new() barplot(lesions ~ time, col="red", data=aucuba)
Run the code above in your browser using DataLab