# Generated by roxygen2: do not edit by hand

S3method(outliers_mad,default)
S3method(outliers_mahalanobis,default)
S3method(outliers_mcd,default)
S3method(print,outliers_mad)
S3method(print,outliers_mahalanobis)
S3method(print,outliers_mcd)
export(outliers_mad)
export(outliers_mahalanobis)
export(outliers_mcd)
export(plot_outliers_mad)
export(plot_outliers_mahalanobis)
export(plot_outliers_mcd)
importFrom(MASS,cov.mcd)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,cov)
importFrom(stats,lm)
importFrom(stats,mahalanobis)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,qchisq)
