importFrom("graphics", "abline", "axis", "contour", "image", "layout",
             "mtext", "par", "points")
importFrom("graphics", "plot")
importFrom("stats", "cor", "cor.test", "lm", "p.adjust", "pf", "time",
             "ts", "quantile")
importFrom("gtools", "running")
importFrom("pracma", "detrend")
importFrom("colorspace", "diverge_hcl")
importFrom("parallel", "makeCluster", "stopCluster")
importFrom("scales", "alpha")
importFrom("doParallel", "registerDoParallel")
importFrom("foreach", "foreach", "%dopar%")
exportPattern("^[[:alpha:]]+")

