if (FALSE) {
data <- iris[1:4]
result <- mvn(data)
plot(result, diagnostic = "multivariate", type = "qq")
plot(result, diagnostic = "univariate", type = "boxplot")
plot(result, diagnostic = "outlier")
}
Run the code above in your browser using DataLab