panel.hist a function to modify the pairs function
panel.hist.Rd
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.
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
Examples
print("wait on data sets")
#> [1] "wait on data sets"