datasets (version 3.5.1)

discoveries: Yearly Numbers of Important Discoveries

Description

The numbers of “great” inventions and scientific discoveries in each year from 1860 to 1959.

Usage

discoveries

Arguments

Format

A time series of 100 values.

References

McNeil, D. R. (1977) Interactive Data Analysis. Wiley.

Examples

Run this code
# NOT RUN {
require(graphics)
plot(discoveries, ylab = "Number of important discoveries",
     las = 1)
title(main = "discoveries data set")
# }

Run the code above in your browser using DataCamp Workspace