destipif {climatol}R Documentation

Series unstandardization

Description

Undo the standardization performed by tipif.

Usage

  destipif(ttip = 3)

Arguments

ttip Type of standardization:
0:
none,
1:
deviations from the mean,
2:
proportions of the mean (only for means greater than 1),
3:
full standardization (subtract the mean and divide by the standard deviation).

Details

destipif is an internal function used by depudm, not intended to be called directly by the user. It takes the data from object dat.d previously created.

Value

Previously created object dat.e is unstandardized, using mean values (dat.m) and, eventually, standard deviations (dat.s).

See Also

depudm


[Package climatol version 1.0.3.1 Index]