Get or compute the minimum and maximum cell values
The minimum and maximum value of a SpatRaster are returned or computed (from a file on disk if necessary) and stored in the object.
## S4 method for signature 'SpatRaster' minmax(x) ## S4 method for signature 'SpatRaster' setMinMax(x, force=FALSE)
x |
SpatRaster |
force |
logical. If |
setMinMax: nothing. Used for the side-effect of computing the minimum and maximum values of a SpatRaster
minmax: numeric matrix of minimum and maximum cell values by layer
r <- rast(system.file("ex/elev.tif", package="terra")) minmax(r)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.