Rev 7125 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{volcano}\alias{volcano}\title{Topographic Information for the Maunga Whau Volcano}\usage{data(volcano)}\description{Maunga Whau (Mt Eden) is one of about 50 volcanos in the Aucklandvolcanic field. This data set gives topographic information forMaunga Whau on a 10m by 10m grid.}\format{A matrix with 87 rows and 61 columns, rows corresponding to gridlines running east to west and columns to grid lines running south tonorth.}\source{Digitized from a topographic map by Ross Ihaka.These data should not be regarded as accurate.}% FIXME: missing \references{}\seealso{\code{\link{filled.contour}} for a nice plot.}\examples{data(volcano)filled.contour(volcano, color = terrain.colors, asp = 1)title(main = "volcano data: filled contour map")}\keyword{datasets}