Minimum and maximum values in a RasterArray object
The method is inherited from the RasterStack
class. Postitions of layers are conserved in the output. (including missing layers)
## S4 method for signature 'RasterArray' minValue(x, vec = FALSE) ## S4 method for signature 'RasterArray' maxValue(x, vec = FALSE)
x |
a |
vec |
Should the dimensions of the |
A numeric
vector.
data(dems) rangeVals <- cbind( minValue(dems), maxValue(dems) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.