Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extremeValues

Minimum and maximum values in a RasterArray object


Description

The method is inherited from the RasterStack class. Postitions of layers are conserved in the output. (including missing layers)

Usage

## S4 method for signature 'RasterArray'
minValue(x, vec = FALSE)

## S4 method for signature 'RasterArray'
maxValue(x, vec = FALSE)

Arguments

x

a RasterArray class object.

vec

Should the dimensions of the RasterArray be omitted?

Value

A numeric vector.

Examples

data(dems)
rangeVals <- cbind(
  minValue(dems),
  maxValue(dems)
)

chronosphere

Earth System History Variables

v0.4.1
CC BY 4.0
Authors
Adam T. Kocsis, Nussaibah B. Raja
Initial release
2021-04-16

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.