setMinMax: Compute min and max values

setMinMaxR Documentation

Compute min and max values

Description

The minimum and maximum value of a RasterLayer are computed (from a file on disk if necessary) and stored in the returned Raster* object.

Usage

setMinMax(x, ...)

Arguments

x

Raster object

...

additional arguments, none implemented

Value

Raster object

See Also

getValues

Examples

 
r <- raster(system.file("external/test.grd", package="raster"))
r
r <- setMinMax(r)
r

raster documentation built on Oct. 14, 2023, 5:07 p.m.