# Export all names
exportPattern(".")

# Import all packages listed as Depends or Imports
import(maptools)
import(RColorBrewer)
import(rgdal)
import(sp)
import(ggplot2)
import(grid)

S3method(print, mm)
