Returns the minimum or maximum value of a RasterLayer or layer in a RasterStack
minValue(x,...)maxValue(x,...)
Arguments
x: RasterLayer or RasterStack object
...: Additional argument: layer number (for RasterStack or RasterBrick objects)
Returns
a number
Details
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.