The R Project SVN R

Rev

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

Rev 89794 Rev 89989
Line 1... Line 1...
1
 
1
 
2
R Under development (unstable) (2026-04-05 r89793) -- "Unsuffered Consequences"
2
R Under development (unstable) (2026-04-30 r89988) -- "Unsuffered Consequences"
3
Copyright (C) 2026 The R Foundation for Statistical Computing
3
Copyright (C) 2026 The R Foundation for Statistical Computing
4
Platform: aarch64-apple-darwin25.3.0
4
Platform: aarch64-apple-darwin25.3.0
5
 
5
 
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
6
R is free software and comes with ABSOLUTELY NO WARRANTY.
7
You are welcome to redistribute it under certain conditions.
7
You are welcome to redistribute it under certain conditions.
Line 562... Line 562...
562
> ### ** Examples
562
> ### ** Examples
563
> 
563
> 
564
> ## Very similar to the example in ?boxplot
564
> ## Very similar to the example in ?boxplot
565
> mat <- cbind(Uni05 = (1:100)/21, Norm = rnorm(100),
565
> mat <- cbind(Uni05 = (1:100)/21, Norm = rnorm(100),
566
+              T5 = rt(100, df = 5), Gam2 = rgamma(100, shape = 2))
566
+              T5 = rt(100, df = 5), Gam2 = rgamma(100, shape = 2))
567
> boxplot(mat, main = "boxplot.matrix(...., main = ...)",
567
> boxplot(mat, main = "boxplot.matrix(*, main = \"...\", notch = TRUE, col = 2:5)",
568
+         notch = TRUE, col = 1:4)
568
+         notch = TRUE, col = 2:5)
569
> 
569
> 
570
> 
570
> 
571
> 
571
> 
572
> cleanEx()
572
> cleanEx()
573
> nameEx("bxp")
573
> nameEx("bxp")