# Export all names
exportPattern("^[^\\.]")

# Import all packages listed as Imports or Depends
import(stats)


S3method(plot, MCbound)
S3method(print, MCtest)

importFrom("graphics", "axis", "lines", "mtext", "par", "plot",
               "points", "title")