File: bin-xb.rd

package info (click to toggle)
r-cran-ggplot2 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,084 kB
  • sloc: makefile: 3
file content (25 lines) | stat: -rw-r--r-- 440 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
\name{bin}
\alias{bin}
\title{Bin data}
\author{Hadley Wickham <h.wickham@gmail.com>}

\description{
This function powers \code{\link{stat_bin}}
}
\usage{bin(x, weight=NULL, binwidth=NULL, origin=NULL, breaks=NULL, range=NULL, width=0.9, drop = FALSE, right = TRUE)}
\arguments{
\item{x}{}
\item{weight}{}
\item{binwidth}{}
\item{origin}{}
\item{breaks}{}
\item{range}{}
\item{width}{}
\item{drop}{}
\item{right}{}
}




\keyword{internal}