Skip to contents

Defunct.

DO NOT USE THIS FUNCTION; use terra::scale instead

Usage

standardise_rast(x)

Arguments

x

A SpatRaster object.

Value

A SpatRaster objects with mean of zero and standard deviation of one.

Examples

if (FALSE) { # \dontrun{
r <- example_raster()

standardise_rast(r)
} # }