# Remove the previous line if you edit this file

importFrom("grDevices", "dev.new", "xy.coords")
importFrom("graphics", "abline", "grid", "layout", "legend", "lines",
             "par", "plot")
importFrom("stats", "as.ts", "ccf", "df.kernel", "frequency",
             "is.tskernel", "kernapply", "kernel", "mvfft", "na.fail",
             "na.omit", "na.pass", "nextn", "plot.ts", "qf",
             "spec.taper", "ts", "ts.intersect", "ts.plot")

# Export all names
exportPattern(".")
