export(cenScatPlot)
export(combineData)
export(compwaveconv)
export(fitMod)
export(fitswavecav)
export(prepData)
export(seawaveQPlots)
export(seawaveQPlots2)
export(loadCalculations)
export(pesticideTrendCalcs)
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "boxplot", "legend", "lines", "mtext", "par",
             "plot", "points", "text", "title")
importFrom("stats", "extractAIC", "pnorm", "qnorm", "quantile",
             "runif", "supsmu", "aggregate")
importFrom("utils", "sessionInfo")
importFrom("survival", "survreg", "Surv")
importFrom("rms", "rcs")
importFrom("lubridate", "year", "month", "day")
importFrom("reshape2", "melt")
importFrom("plyr", "join")