MaungaWhau | R Documentation |
Based upon volcano in the datasets package.
data(MaungaWhau)
The format is: List of 3 $ elev : num [1:87, 1:61] -1.17 -1.13 -1.09 -1.05 -1.01 ...
$ precip: num [1:87, 1:61] -2.27 -2.25 -2.24 -2.22 -2.2 ...
$ xy : num [1:1000, 1:2] 38.5 42.5 30.5 25.5 16.5 36.5 22.5 56.5 49.5 18.5 ...
No coordinate system attributes are included
data(MaungaWhau)
elev <- raster(MaungaWhau$elev, xmn=0, xmx=61, ymn=0, ymx=87)
precip <- raster(MaungaWhau$precip, xmn=0, xmx=61, ymn=0, ymx=87)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.