setMinMax: Compute min and max values

Description Usage Arguments Value See Also Examples

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

1

Arguments

x

Raster object

...

additional arguments, none implemented

Value

Raster object

See Also

getValues

Examples

1
2
3
4
5
 
r <- raster(system.file("external/test.grd", package="raster"))
r
r <- setMinMax(r)
r

raster documentation built on Jan. 5, 2021, 3:01 a.m.