dhist {ggplot2}R Documentation

dhist.

Description

An another algorithm for computing histogram breaks. Produces irregular bins.

Usage

dhist(x, a=5*diff(quantile(x, c(0.25,0.75))), nbins=10, rx = range(x))

Arguments

x
a
nbins
rx

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]