Rev 68948 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/datasets/man/discoveries.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2025 R Core Team% Distributed under GPL 2 or later\name{discoveries}\docType{data}\alias{discoveries}\title{Yearly Numbers of Important Discoveries}\description{The numbers of \dQuote{great} inventions and scientificdiscoveries in each year from 1860 to 1959.}\usage{discoveries}\format{A time series of 100 values.}\source{The World Almanac and Book of Facts, 1975 Edition, pages 315--318.}\references{\bibshow{R:McNeil:1977}}\examples{require(graphics)plot(discoveries, ylab = "Number of important discoveries",las = 1)title(main = "discoveries data set")}\keyword{datasets}