HistogramPanel function

Panel of histograms

Panel of histograms

Panel of histograms for a set of numerical variables.

HistogramPanel(X, nrows = NULL, separated = FALSE, ...)

Arguments

  • X: The matrix of continuous variables
  • nrows: Number of rows of the panel.
  • separated: Should the plots be organized into a panel? (or separated)
  • ...: Aditional graphical arguments

Details

Jose Luis Vicente Villardon

Returns

The histogram panel.

Author(s)

Jose Luis Vicente Villardon

Examples

data(wine) HistogramPanel(wine[,4:7], nrows = 2, xlab="")
  • Maintainer: Jose Luis Vicente Villardon
  • License: GPL (>= 2)
  • Last published: 2023-11-21

Useful links