MINI MINI MANI MO
%
% Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
%
\name{hist.ore}
\alias{hist.ore}
\title{
直方图
}
\description{
计算直方图。
}
\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}{
一个 \code{\link[OREbase:ore.number-class]{ore.number}}
对象。
}
\item{breaks}{
可以为指定直方图中单元数的单个数字,
也可以为以下字符串之一: \code{"Sturges"},
\code{"Scott"}, \code{"FD"} 或 \code{"Freedman-Diaconis"}。有关详细信息,
请参阅 \code{\link[graphics]{hist}}。
}
\item{freq,probability,density,angle,col,border,main,xlim,ylim,xlab,ylab,axes,plot,labels,warn.unused,\dots}{
请参阅 \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