useDynLib(DataVisualizations, .registration=TRUE)

export(BoxplotData)
export(fanPlot)
export(GoogleMapsCoordinates)
export(Heatmap)
export(InspectDistances)
export(InspectVariable)
export(InspectScatterOfData)
export(MAplot)
export(nanPlot)
export(pieChart)
export(PDEplot)
export(PDEscatter)
export(PixelMatrixPlot)
#export(qqfitTransData)
export(PlotPixMatrix)

export(slopeChart)
export(ShepardScatterPlot)
export(ShepardDensityPlot)
export(SilhouettePlot)
export(zplot)
export(plot3D)
export(plotChoroplethMap)
export(plotWorldmap)

import(Rcpp)
#import(sp)
import(ggplot2)
import(magrittr)
import(AdaptGauss)
  importFrom("graphics", "hist", "title")
  importFrom("stats", "dist", "runif")
  importFrom("graphics", "filled.contour")
  importFrom("stats", "median", "quantile")
    importFrom("graphics", "axis", "barplot", "box", "boxplot", "grid",
             "mtext", "par", "plot")
  importFrom("stats", "qqnorm")
  importFrom("graphics", "rect")
   importFrom("utils", "data")
    importFrom("stats", "end")
     importFrom("graphics", "lines", "text")
  importFrom("stats", "density")
     importFrom("stats", "lm", "qnorm")
  importFrom("graphics", "pairs", "plot.new", "polygon")
  importFrom("stats", "complete.cases", "na.omit")
importFrom("utils", "head", "tail")
   importFrom("graphics", "pie")
   #importFrom('sp','SpatialPolygons','Polygon','Polygons')
 