bin {ggplot2}R Documentation

Bin data

Description

This function powers stat_binR

Usage

bin(x, weight=NULL, binwidth=NULL, origin=NULL, breaks=NULL, range=NULL, width=0.9, drop = FALSE)

Arguments

x
weight
binwidth
origin
breaks
range
width
drop

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]