wavecovar {spind} | R Documentation |
Wavelet covariance analysis
Description
Calculates the wavelet covariance based on a wavelet multiresolution analysis.
Usage
wavecovar(f1, f2, coord, wavelet = "haar", wtrafo = "dwt")
Arguments
f1 |
A vector of length n. |
f2 |
A vector of length n. |
coord |
A matrix of two columns with corresponding cartesian coordinates. Currently only supports integer coordinates. |
wavelet |
Name of wavelet family. |
wtrafo |
Type of wavelet transform. Either |
Value
Wavelet covariance for f1
and f2
.
Author(s)
Gudrun Carl
See Also
waveslim, WRM
, covar.plot
,
scaleWMRR
Examples
data(carlinadata)
coords <- carlinadata[ ,4:5]
pc <- covar.plot(carlina.horrida ~ aridity + land.use,
data = carlinadata,
coord = coords,
wavelet = 'd4',
wtrafo = 'modwt',
plot = 'covar')
pc$plot
[Package spind version 2.2.1 Index]