bhist: overlay histograms!

Description Usage Arguments

Description

base graphics implementation of overlaid histograms

Usage

1
2
bhist(z, add = FALSE, breaks = 20, col = "black", fill = "orange",
  alpha = 0.5, xlim = c(-0.01, 1.01), ylim = NULL, ...)

Arguments

z

numeric, vector of values for desired histogram

add

if TRUE, overlay histogram on current graphics device

breaks

see breaks in hist()

col

line color for histogram's bins

fill

fill color for histogram


alyssafrazee/usefulstuff documentation built on May 12, 2019, 2:33 a.m.