# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
importFrom(dbscan, dbscan)
importFrom(Jmisc, demean)
importFrom(Kendall, MannKendall)
importFrom(stats, ar, arima.sim, as.formula, dist, filter, IQR, lm, median, na.omit, 
           pnorm, quantile, rnorm, sd, var)

