@@ -9,45 +9,41 @@ geom_boxplot(mapping = NULL, data = NULL, stat = "boxplot",
9
9
... )
10
10
}
11
11
\arguments {
12
- \item {outlier.colour }{colour for outlying points }
12
+ \item {outlier.colour }{colour for outlying points }
13
13
14
- \item {outlier.shape }{shape of outlying points }
14
+ \item {outlier.shape }{shape of outlying points }
15
15
16
- \item {outlier.size }{size of outlying points }
16
+ \item {outlier.size }{size of outlying points }
17
17
18
- \item {notch }{if \code {FALSE } (default ) make a standard
19
- box plot. If \code {TRUE }, make a notched box plot.
20
- Notches are used to compare groups ; if the notches of two
21
- boxes do not overlap , this is strong evidence that the
22
- medians differ. }
18
+ \item {notch }{if \code {FALSE } (default ) make a standard box plot. If
19
+ \code {TRUE }, make a notched box plot. Notches are used to compare groups ;
20
+ if the notches of two boxes do not overlap , this is strong evidence that
21
+ the medians differ. }
23
22
24
- \item {notchwidth }{for a notched box plot , width of the
25
- notch relative to the body (default 0.5 )}
23
+ \item {notchwidth }{for a notched box plot , width of the notch relative to
24
+ the body (default 0.5 )}
26
25
27
- \item {varwidth }{if \code {FALSE } (default ) make a standard
28
- box plot. If \code {TRUE }, boxes are drawn with widths
29
- proportional to the square - roots of the number of
30
- observations in the groups (possibly weighted , using the
31
- \code {weight } aesthetic ). }
26
+ \item {varwidth }{if \code {FALSE } (default ) make a standard box plot. If
27
+ \code {TRUE }, boxes are drawn with widths proportional to the
28
+ square - roots of the number of observations in the groups (possibly
29
+ weighted , using the \code {weight } aesthetic ). }
32
30
33
- \item {mapping }{The aesthetic mapping , usually constructed
34
- with \code {\link {aes }} or \code {\link {aes_string }}. Only
35
- needs to be set at the layer level if you are overriding
36
- the plot defaults. }
31
+ \item {mapping }{The aesthetic mapping , usually constructed with
32
+ \code {\link {aes }} or \code {\link {aes_string }}. Only needs to be set
33
+ at the layer level if you are overriding the plot defaults. }
37
34
38
- \item {data }{A layer specific dataset - only needed if you
39
- want to override the plot defaults. }
35
+ \item {data }{A layer specific dataset - only needed if you want to override
36
+ the plot defaults. }
40
37
41
- \item {stat }{The statistical transformation to use on the
42
- data for this layer. }
38
+ \item {stat }{The statistical transformation to use on the data for this
39
+ layer. }
43
40
44
- \item {position }{The position adjustment to use for
45
- overlapping points on this layer }
41
+ \item {position }{The position adjustment to use for overlapping points
42
+ on this layer }
46
43
47
- \item {... }{other arguments passed on to
48
- \code {\link {layer }}. This can include aesthetics whose
49
- values you want to set , not map. See \code {\link {layer }}
50
- for more details. }
44
+ \item {... }{other arguments passed on to \code {\link {layer }}. This can
45
+ include aesthetics whose values you want to set , not map. See
46
+ \code {\link {layer }} for more details. }
51
47
}
52
48
\description {
53
49
The upper and lower " hinges" correspond to the first and third quartiles
@@ -68,8 +64,8 @@ This gives a roughly 95% confidence interval for comparing medians.
68
64
See McGill et al. (1978 ) for more details.
69
65
}
70
66
\section {Aesthetics }{
71
- \ Sexpr [ results = rd , stage = build ]{ ggplot2 ::: rd_aesthetics( " geom " ,
72
- " boxplot" )}
67
+
68
+ \ Sexpr [ results = rd , stage = build ]{ ggplot2 ::: rd_aesthetics( " geom " , " boxplot" )}
73
69
}
74
70
\examples {
75
71
\donttest {
0 commit comments