export(
       balloonplot,
       bandplot,
       barplot2,
       bluered,
       boxplot.n,
       ci2d,
       col2hex,
       colorpanel,
       greenred,
       heatmap.2,
       hist2d,
       lowess,
       ooplot,
       overplot,
       panel.overplot,
       plot.lm2,
       plot.venn,
       plotCI,
       plotmeans,
       qqnorm.aov,
       redblue,
       redgreen,
       residplot,
       rich.colors,
       sinkplot,
       smartlegend,
       space,
       textplot,
       venn,
       wapply
)

importFrom(gtools, invalid)
importFrom(gtools, odd)
importFrom(gdata, nobs)
importFrom(gdata, reorder.factor)

importFrom(stats, reorder)
importFrom(stats, na.omit)

# No Namespace
#importFrom(caTools, runsd)
#importFrom(caTools, runmean)

# No Namespace
#importFrom(KernSmooth, bkdeD2)
#importFrom(KernSmooth, dpik)

S3method(balloonplot,default)
S3method(balloonplot,table)

S3method(barplot2,default)

S3method(lowess,default)
S3method(lowess,formula)

S3method(ooplot,default)

S3method(textplot,character)
S3method(textplot,data.frame)
S3method(textplot,default)
S3method(textplot,matrix)

S3method(print,ci2d)
S3method(print,hist2d)
