exportPattern("^[[:alpha:]]+")

#functions
export(finite.breakdown, HL, shamos, c4.factor, w4.factor, 
mad.unbiased, shamos.unbiased, RE, evar, 
mad2.unbiased, shamos2.unbiased, factors.cc, acc, rcc, racc)

importFrom("stats", integrate, mad, median, weighted.mean, pnorm, sd, var, quantile,
                    uniroot, qexp, qweibull, ppoints)
importFrom("graphics", abline, axis, lines, plot, points, polygon, text, par)

#
S3method(print,acc)
S3method(plot,acc)
S3method(summary,acc)

#
S3method(print,rcc)
S3method(plot,rcc)
S3method(summary,rcc)

#
S3method(print,racc)
S3method(plot,racc)
S3method(summary,racc)

