The R Project SVN R

Rev

Rev 61153 | Rev 80857 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61153 Rev 62209
Line 12... Line 12...
12
  produced by \code{\link{hist}}.
12
  produced by \code{\link{hist}}.
13
}
13
}
14
\usage{
14
\usage{
15
\method{plot}{histogram}(x, freq = equidist, density = NULL, angle = 45,
15
\method{plot}{histogram}(x, freq = equidist, density = NULL, angle = 45,
16
               col = NULL, border = par("fg"), lty = NULL,
16
               col = NULL, border = par("fg"), lty = NULL,
-
 
17
               main = paste("Histogram of",
17
               main = paste("Histogram of", paste(x$xname, collapse = "\n")),
18
                            paste(x$xname, collapse = "\n")),
18
               sub = NULL, xlab = x$xname, ylab,
19
               sub = NULL, xlab = x$xname, ylab,
19
               xlim = range(x$breaks), ylim = NULL,
20
               xlim = range(x$breaks), ylim = NULL,
20
               axes = TRUE, labels = FALSE, add = FALSE,
21
               axes = TRUE, labels = FALSE, add = FALSE,
21
               ann = TRUE, \dots)
22
               ann = TRUE, \dots)
22
 
23