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 RasterArray class object.
RasterArray
Should the dimensions of the RasterArray be omitted?
A numeric vector.
numeric
# NOT RUN { data(dems) rangeVals <- cbind( minValue(dems), maxValue(dems) ) # }
Run the code above in your browser using DataLab