mvcombine: Multivariate combination of fileds

View source: R/mvcombine.R

mvcombineR Documentation

Multivariate combination of fileds

Description

mvcombine combines two fields with different variables by attaching them along the spatial axis. Before combining the two fields, the same time slices are selected from both fields and the data are normalized by subtracting the mean and dividing by the standard deviation. The output of mvcombine is an 'mvcomb' object to which you can apply a multivariate Empirical Orthogonal Function (EOF) using the function EOF.

Usage

mvcombine(X, Y, is = NULL, verbose = FALSE)

Arguments

X

A field object.

Y

A field object.

is

A list or data.frame providing space index, e.g. a list of longitude and latitude range like list(lon=c(0,60), lat=c(35,60)).

verbose

If TRUE, print out diagnosics.

See Also

EOF.mvcomb EOF


metno/esd documentation built on April 29, 2024, 3:34 p.m.