transpose | R Documentation |
Transpose a Raster* object
t(x)
x |
a Raster* object |
RasterLayer or RasterBrick
transpose: flip, rotate
r <- raster(nrow=18, ncol=36)
values(r) <- 1:ncell(r)
rt <- t(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.