# Export all names
exportPattern(".")

# Import most packages listed as Imports or Depends
import(
  grid,
  RColorBrewer
)

importFrom(plyr, empty, count)
importFrom(jpeg, readJPEG)
importFrom(png, readPNG)
importFrom(utils, read.csv)
importFrom(stats, runif, spline)
