powered by
The method is inherited from the RasterStack class. Postitions of layers are conserved in the output. (including missing layers)
RasterStack
# S4 method for RasterArray minValue(x, vec = FALSE)# S4 method for RasterArray maxValue(x, vec = FALSE)
# S4 method for RasterArray maxValue(x, vec = FALSE)
A numeric vector.
numeric
a RasterArray class object.
RasterArray
Should the dimensions of the RasterArray be omitted?
data(dems) rangeVals <- cbind( minValue(dems), maxValue(dems) )
Run the code above in your browser using DataLab