[R] cross correlation of filtered Time series

Giorgio Garziano giorgio.garziano at ericsson.com
Tue Jan 12 17:08:46 CET 2016


Hello,

I think that the package "seewave" may help you. See corenv() function.

https://cran.r-project.org/web/packages/seewave/seewave.pdf


library(seewave)
sst.ts <- ts(dc$sst, frequency=60)
t2m.ts <- ts(dc$t2m, frequency=60)
corenv(sst.ts, t2m.ts)
corenv.res <- corenv(sst.ts, t2m.ts, plot=FALSE)
corenv.res

Best,

--
GG




	[[alternative HTML version deleted]]



More information about the R-help mailing list