denormalise {metR} | R Documentation |
Denormalise eof matrices
Description
The matrices returned by EOF()
are normalized. This function multiplies the left or right
matrix by the diagonal matrix to return it to proper units.
Usage
denormalise(eof, which = c("left", "right"))
denormalize(eof, which = c("left", "right"))
Arguments
eof |
an |
which |
which side of the eof decomposition to denormalise |
[Package metR version 0.15.0 Index]