#####################################
##            S3 methods           ##
#####################################
S3method("print","parwwm")
S3method("print","wwinertia")
S3method("print","wwmodel")
S3method("summary","wwmodel")
S3method("plot","parwwm")
S3method("inertia","wwm")

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  ade4,
  xtable,
  FactoClass
)
  importFrom("grDevices", "palette")
  importFrom("graphics", "abline", "locator", "plot.default", "points",
             "segments", "text")
  importFrom("stats", "cov.wt")

