Rev 27716 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{islands}\docType{data}\alias{islands}\title{Areas of the World's Major Landmasses}\description{The areas in thousands of square miles of the landmasses which exceed10,000 square miles.}\usage{data(islands)}\format{A named vector of length 48.}\source{The World Almanac and Book of Facts, 1975, page 406.}\references{McNeil, D. R. (1977)\emph{Interactive Data Analysis}.Wiley.}\examples{require(graphics)data(islands)dotchart(log(islands, 10),main = "islands data: log10(area) (log10(sq. miles))")dotchart(log(islands[order(islands)], 10),main = "islands data: log10(area) (log10(sq. miles))")}\keyword{datasets}