
uniPlot(data, type = c("qqplot", "histogram", "box", "scatter"), mfrow = NULL, ...)
qqplot
: Q-Q plot, histogram
: histogram with a normal curve, box
: box-plot and scatter
: scatterplot matrice
qqplot
is default.
mardiaTest
roystonTest
hzTest
mvnPlot
mvOutlier
uniNorm
setosa = iris[1:50, 1:4] # Iris data only for setosa and four variables
uniPlot(setosa, type = "qqplot")
Run the code above in your browser using DataLab