useDynLib(gb, .registration = TRUE, .fixes = ".F_")
export(.gbConnect)
##export everything that does not start with a .
exportPattern("^[^\\.]")

importFrom("graphics", "abline", "lines.default", "plot.default",
           "contour", "persp", "plot")
importFrom("stats", "dbeta", "pbeta", "pchisq", "qbeta", "quantile",
           "rbeta", "runif", "sd", "var")
importFrom("boot", "boot")
importFrom("KernSmooth", "dpih", "bkde2D")

S3method(lines, gld) 
S3method(plot, gld) 
S3method(print, gld) 
S3method(plot, egld) 
S3method(print, egld) 
S3method(print, ControlChart) 
S3method(plot, ControlChart) 
S3method(contour, ControlChart) 
S3method(persp, ControlChart) 

