powered by
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.
swissRainR
swissNN
data('swissRainR') swissRainR = unwrap(swissRainR) plot(swissRainR[['prec7']]) plot(swissRainR[['alt']]) swissNN[1:4,1:5]
Run the code above in your browser using DataLab