scale | R Documentation |
Center and/or scale raster data
## S4 method for signature 'Raster'
scale(x, center=TRUE, scale=TRUE)
x |
Raster* object |
center |
logical or numeric. If |
scale |
logical or numeric. If |
Raster* object
scale
b <- brick(system.file("external/rlogo.grd", package="raster"))
bs <- scale(b)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.