The R Project SVN R

Rev

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

Rev 27442 Rev 27713
Line 69... Line 69...
69
  \emph{The New S Language}.
69
  \emph{The New S Language}.
70
  Wadsworth \& Brooks/Cole.
70
  Wadsworth \& Brooks/Cole.
71
}
71
}
72
\examples{
72
\examples{
73
set.seed(753)
73
set.seed(753)
74
str(bx.p <- boxplot(split(rt(100, 4), gl(5,20))))
74
(bx.p <- boxplot(split(rt(100, 4), gl(5,20))))
75
op <- par(mfrow= c(2,2))
75
op <- par(mfrow= c(2,2))
76
bxp(bx.p, xaxt = "n")
76
bxp(bx.p, xaxt = "n")
77
bxp(bx.p, notch = TRUE, axes = FALSE, pch = 4)
77
bxp(bx.p, notch = TRUE, axes = FALSE, pch = 4)
78
bxp(bx.p, notch = TRUE, col= "lightblue", frame= FALSE, outl= FALSE,
78
bxp(bx.p, notch = TRUE, col= "lightblue", frame= FALSE, outl= FALSE,
79
    main = "bxp(*, frame= FALSE, outl= FALSE)")
79
    main = "bxp(*, frame= FALSE, outl= FALSE)")