The R Project SVN R

Rev

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

Rev 27447 Rev 27713
Line 50... Line 50...
50
  \code{\link{stem}},
50
  \code{\link{stem}},
51
  \code{\link[stats]{density}}.
51
  \code{\link[stats]{density}}.
52
}
52
}
53
\examples{
53
\examples{
54
data(women)
54
data(women)
55
str(wwt <- hist(women$weight, nc= 7, plot = FALSE))
55
(wwt <- hist(women$weight, nc= 7, plot = FALSE))
56
plot(wwt, labels = TRUE) # default main & xlab using wwt$xname
56
plot(wwt, labels = TRUE) # default main & xlab using wwt$xname
57
plot(wwt, border = "dark blue", col = "light blue",
57
plot(wwt, border = "dark blue", col = "light blue",
58
     main = "Histogram of 15 women's weights", xlab = "weight [pounds]")
58
     main = "Histogram of 15 women's weights", xlab = "weight [pounds]")
59
 
59
 
60
## Fake "lines" example, using non-default labels:
60
## Fake "lines" example, using non-default labels: