# \donttest{
set.seed(999)
Xt = rnorm(10000)
av = avar(Xt)
plot(av)
plot(av, main = "Simulated white noise", xlab = "Scales")
plot(av, units = "sec", legend_position = "topright")
plot(av, col_ad = "darkred", col_ci = "pink")
# }
Run the code above in your browser using DataLab