HistogramPanel: Panel of histograms

View source: R/HistogramPanel.R

HistogramPanelR Documentation

Panel of histograms

Description

Panel of histograms for a set of numerical variables.

Usage

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

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


MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.