# Export all names
exportPattern(".")
import(RPMG)
import(GEOmap)
import(RSEIS)
import(lattice)
importFrom("grDevices", "X11", "col2rgb", "colors", "dev.cur",
             "dev.list", "dev.new", "dev.next", "dev.off", "dev.set",
             "graphics.off", "gray", "grey", "hsv", "palette", "png",
             "postscript", "rainbow", "rgb", "rgb2hsv", "trans3d",
             "xy.coords")
importFrom("graphics","mtext", "abline", "arrows", "axis", "box", "boxplot",
             "grid", "image", "lines", "locator", "par", "persp",
             "points", "polygon", "rasterImage", "rect", "segments",
             "strheight", "strwidth", "text", "title")
importFrom("stats", "qchisq", "qnorm")
importFrom("fields", "in.poly")
importFrom("utils", "data", "object.size")
importFrom("utils", "help.search")

