xxp {asuR}R Documentation

Plot all explanatory variables against each other

Description

A matrix with scatterplots and boxplots of all variables of a data set against each other.

Usage

xxp(mydata)

Arguments

mydata a data frame

Details

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

Value

a plot

Author(s)

thomas.fabbro@unibas.ch


[Package asuR version 0.08-24 Index]