# 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
import(
  cluster,
  nlme,
  MASS
)

importFrom("grDevices",
           "col2rgb", "dev.off", "rgb")
importFrom("graphics",
           "abline", "image", "lines", "locator", "par", "plot",
           "points", "polygon", "rug", "text")
importFrom("stats",
           "as.formula", "binomial", "dist", "glm", "lm", "lm.fit",
           "poisson", "pt", "quantile", "uniroot")

S3method(fitted, spm)
S3method(lines, spm)
S3method(plot, spm)
S3method(predict, spm)
S3method(print, spm)
S3method(residuals, spm)
S3method(summary, spm)
