-
Notifications
You must be signed in to change notification settings - Fork 17
dt = 10 lead to phase plot fail #72
Copy link
Copy link
Open
Description
when I using time interval equal 10, I can't plot the phase for wtc, here is an example:
library(biwavelet)
n = 200
x = sin(seq(1, 10pi, length.out = n)) + rnorm(n)/10
y = cos(seq(1, 10pi, length.out = n)) + rnorm(n)/10
plot(x, type = "l", col = "green"); lines(y, col = "red")
WC.1 <- wtc(cbind(1seq(1, n), x), cbind(1seq(1, n), y))
plot(WC.1, plot.phase = TRUE)
WC.10 <- wtc(cbind(10seq(1, n), x), cbind(10seq(1, n), y))
plot(WC.10, plot.phase = TRUE)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels