Description Usage Arguments Value See Also Examples
The minimum and maximum value of a RasterLayer are computed (from a file on disk if necessary) and stored in the returned Raster* object.
1 |
x |
Raster object |
... |
additional arguments, none implemented |
Raster object
1 2 3 4 5 |
r <- raster(system.file("external/test.grd", package="raster"))
r
r <- setMinMax(r)
r
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.