powered by
pairs
bagplot.pairs calls pairs and use bagplot() as panel function. It can be used for the inspection of data matrices.
bagplot.pairs
bagplot.pairs(dm, trim = 0.0, main, numeric.only = TRUE, factor = 3, approx.limit = 300, pch = 16, cex = 0.8, precision = 1, col.loophull = "#aaccff", col.looppoints = "#3355ff", col.baghull = "#7799ff", col.bagpoints = "#000088", ...)
datamatrix, columns contain values of the variables
fraction or vector of fractions of data points that should be removed from the variables before computing
title of the plot
if TRUE only numerical variables will be used. Otherwise an transformation to numeric will be performed.
see help of bagplot
further arguments to be passed to pairs
The data which has been used for the plot.
bagplot.pairs is a cover function which calls pairs and uses bagplot to display the data.
bagplot
bagplot, pairs
# NOT RUN { # bagplot.pairs(freeny) # bagplot.pairs(trees,col.baghull="green", col.loophull="lightgreen") # }
Run the code above in your browser using DataLab