export(dirichlet, print.dirichlet, summary.dirichlet, plot.dirichlet)
S3method(plot, dirichlet)
S3method(print, dirichlet)
S3method(summary, dirichlet)
importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "boxplot", "legend", "lines", "par", "plot")
importFrom("stats", "optimize", "weighted.mean")
