as.stand: Normalise data

View source: R/as.stand.R

as.standR Documentation

Normalise data

Description

as.stand returns normalised values: If the input contains precipitation data the data are normalised by the mean value. If the input contains temperature data, the data are stanardised by subtracting the mean and dividing by the standard deviation. as.original transforms normalised data to its original values.

Usage

as.stand(x, na.rm = TRUE, verbose = FALSE, ...)

Arguments

x

a station object

na.rm

a boolean; if TRUE remove NA values

verbose

a boolean; if TRUE print information about progress

...

additional arguments


metno/esd documentation built on April 24, 2024, 9:19 p.m.