# Export all names
#exportPattern(".")

importFrom("graphics", "axTicks", "axis", "barplot", "hist", "lines", "mtext", "plot", "text", "title")
importFrom("stats", "AIC", "coef", "dgamma", "dist", "nlminb", "pnorm", "qnorm", "quantile")
importFrom("utils", "installed.packages", "setTxtProgressBar", "txtProgressBar")

export(AIC.dfunc)
export(ESW)
export(F.abund.estim)
export(F.automated.CDA)
export(F.dfunc.estim)
export(F.double.obs.prob)
export(F.gx.estim)
export(F.maximize.g)
export(F.nLL)
export(F.start.limits)
export(Gamma.like)
export(cosine.expansion)
export(halfnorm.like)
export(hazrate.like)
export(hermite.expansion)
export(integration.constant)
export(negexp.like)
export(simple.expansion)
export(uniform.like)
export(perp.dists)

S3method(AIC,dfunc)
S3method(coef,dfunc)
S3method(plot,dfunc)
S3method(print,dfunc)
S3method(print,abund)


