panel.hist: plot histograms in pair plot

View source: R/panel_hist.R

panel.histR Documentation

plot histograms in pair plot

Description

panel function to plot histograms in pair plot

Usage

panel.hist(x, ...)

Arguments

x

Variable for which a histogram should be plotted

Value

plot a histogram

Examples

pairs(iris, lower.panel = panel.smooth, diag.panel = panel.hist,
      upper.panel = panel.cor)

retodomax/FunRZ documentation built on July 30, 2023, 6:42 p.m.