# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  methods,
  utils
)

importFrom("graphics", "abline", "axis", "legend", "lines", "mtext", "par", "persp", "rect", "segments", "text")
importFrom("grDevices", "col2rgb", "colorRampPalette", "gray", "rgb")
importFrom("stats", "dmultinom", "quantile", "rmultinom", "smooth.spline")
