Skip to contents

panel.hist is a function lifted directly from the help for the 'pairs' function. It enables histograms of each variable to be included in the diagonal plots insude the pairs plot. It is only included here as a convenience.

Usage

panel.hist(x, ...)

Arguments

x

a data.frame or matrix of variables that will be plotted against each other in a pairs plot

...

the other parameters for the function

Value

nothing but it does add histograms to the diagonals

Examples

print("wait on data sets")
#> [1] "wait on data sets"