aucuba | R Documentation |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.