@@ -9,45 +9,41 @@ geom_boxplot(mapping = NULL, data = NULL, stat = "boxplot",
99 ... )
1010}
1111\arguments {
12- \item {outlier.colour }{colour for outlying points }
12+ \item {outlier.colour }{colour for outlying points }
1313
14- \item {outlier.shape }{shape of outlying points }
14+ \item {outlier.shape }{shape of outlying points }
1515
16- \item {outlier.size }{size of outlying points }
16+ \item {outlier.size }{size of outlying points }
1717
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. }
2322
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 )}
2625
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 ). }
3230
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. }
3734
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. }
4037
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. }
4340
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 }
4643
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. }
5147}
5248\description {
5349The 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.
6864See McGill et al. (1978 ) for more details.
6965}
7066\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" )}
7369}
7470\examples {
7571\donttest {
0 commit comments