Rev 88548 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
% File src/library/datasets/man/WorldPhones.Rd% Part of the R package, https://www.R-project.org% Copyright 1995-2025 R Core Team% Distributed under GPL 2 or later\name{WorldPhones}\docType{data}\alias{WorldPhones}\title{The World's Telephones}\description{The number of telephones in various regions of the world (inthousands).}\usage{WorldPhones}\format{A matrix with 7 rows and 8 columns. The columns of the matrix givethe figures for a given region, and the rows the figures for a year.The regions are: North America, Europe, Asia, South America, Oceania,Africa, Central America.The years are: 1951, 1956, 1957, 1958, 1959, 1960, 1961.}\source{\bibshow{R:McNeil:1977}}\examples{require(graphics)matplot(rownames(WorldPhones), WorldPhones, type = "b", log = "y",xlab = "Year", ylab = "Number of telephones (1000's)")legend(1951.5, 80000, colnames(WorldPhones), col = 1:6, lty = 1:5,pch = rep(21, 7))title(main = "World phones data: log scale for response")}\keyword{datasets}