| discoveries | R Documentation |
The numbers of “great” inventions and scientific discoveries in each year from 1860 to 1959.
discoveries
A time series of 100 values.
The World Almanac and Book of Facts, 1975 Edition, pages 315–318.
McNeil, D. R. (1977) Interactive Data Analysis. Wiley.
require(graphics)
plot(discoveries, ylab = "Number of important discoveries",
las = 1)
title(main = "discoveries data set")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.