MINI MINI MANI MO
%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{hist.ore}
\alias{hist.ore}
\title{Histograms}
\description{
Computes histograms.
}
\usage{
\method{hist}{ore}(x, breaks = "Sturges", freq = NULL,
probability = !freq, density = NULL,
angle = 45, col = NULL, border = NULL,
main = paste("Histogram of" , xname),
xlim = range(breaks), ylim = NULL,
xlab = xname, ylab, axes = TRUE,
plot = TRUE, labels = FALSE,
warn.unused = TRUE, \dots)
}
\arguments{
\item{x}{An \code{\link[OREbase:ore.number-class]{ore.number}}
object.}
\item{breaks}{Either a single number giving the number of cells for the
histogram or one of the following character strings: \code{"Sturges"},
\code{"Scott"}, \code{"FD"}, or \code{"Freedman-Diaconis"}. See
Details in \code{\link[graphics]{hist}}.}
\item{freq,probability,density,angle,col,border,main,xlim,ylim,xlab,ylab,axes,plot,labels,warn.unused,\dots}{See description in \code{\link[graphics]{hist}}.}
}
\references{
\href{http://www.oracle.com/technetwork/database/database-technologies/r/r-enterprise/documentation/index.html}{Oracle R Enterprise}
}
\author{
Oracle \email{oracle-r-enterprise@oracle.com}
}
\seealso{
\code{\link[graphics]{hist}}
}
%\examples{
%\dontrun{
%}
%}
\keyword{dplot}
\keyword{hplot}
\keyword{distribution}
OHA YOOOO