Description Usage Arguments Details Value Examples
Returns the minimum or maximum value of a RasterLayer or layer in a RasterStack
1 2 |
x |
RasterLayer or RasterStack object |
... |
Additional argument: layer number (for RasterStack or RasterBrick objects) |
If a Raster* object is created from a file on disk, the min and max values are often not known (depending on the file format). You can use setMinMax
to set them in the Raster* object.
a number
1 2 3 4 5 6 7 8 9 10 11 |
Loading required package: sp
[1] 1
[1] 64800
[1] 1
[1] 100
[1] 128.434
[1] 1805.78
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.