swissRainR | R Documentation |
A raster image of Swiss rain and elevation, and a nearest neighbour matrix corresponding to this raster.
data(swissRainR)
swissRainR
is a RasterBrick of Swiss elevation and
precipitation, and swissNN
is a matrix of nearest neighbours.
See examples
data('swissRainR')
swissRainR = unwrap(swissRainR)
plot(swissRainR[['prec7']])
plot(swissRainR[['alt']])
swissNN[1:4,1:5]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.