The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 89989
Line 29... Line 29...
29
}
29
}
30
\examples{
30
\examples{
31
## Very similar to the example in ?boxplot
31
## Very similar to the example in ?boxplot
32
mat <- cbind(Uni05 = (1:100)/21, Norm = rnorm(100),
32
mat <- cbind(Uni05 = (1:100)/21, Norm = rnorm(100),
33
             T5 = rt(100, df = 5), Gam2 = rgamma(100, shape = 2))
33
             T5 = rt(100, df = 5), Gam2 = rgamma(100, shape = 2))
34
boxplot(mat, main = "boxplot.matrix(...., main = ...)",
34
boxplot(mat, main = "boxplot.matrix(*, main = \"...\", notch = TRUE, col = 2:5)",
35
        notch = TRUE, col = 1:4)
35
        notch = TRUE, col = 2:5)
36
}
36
}
37
\keyword{hplot}
37
\keyword{hplot}