xxp {asuR} | R Documentation |
A matrix with scatterplots and boxplots of all variables of a data set against each other.
xxp(mydata)
mydata |
a data frame |
Similar to the function pairs
, but all variables are only plotted
once against eacht other. This is especially of advantage, if a data set
has many variables. Depending on the class of the variables different
plots are produced: scatterpots if both are numeric, boxplots if one is
numeric and the other is categorical
a plot