HistogramPanel: Panel of histograms

Description Usage Arguments Details Value Author(s) Examples

View source: R/HistogramPanel.R

Description

Panel of histograms for a set of numerical variables.

Usage

1
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

Value

The histogram panel.

Author(s)

Jose Luis Vicente Villardon

Examples

1
2
data(wine)
HistogramPanel(wine[,4:7], nrows = 2, xlab="")

villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.