I am calculating wavelet coherency using the R package WaveletComp v. 1.1. I know I can plot the average coherency for each scale/period (averaging across time) using wc.avg()
but I would also like to plot the averaged coherency at each time (averaging coherency across periods/scales). I don't find a specific function to do that within the package but would appreciate some help on how to calculate those averages using the output from the analyze.coherency()
function.
The output data from the function analyze.coherency()
is here and can be opened using dget()