Description Usage Arguments Author(s) Examples
This function labels summary statistics on a ggplot boxplot. The summary statistics reported
are the minimum, maximum, Q1, Q3 and median. To use the function, you must specify a vector x
.
1 | ggbox_lbls(obj, ...)
|
obj |
object to be plotted. Currently, allowed data types are |
... |
additional arguments passed to plotting functions |
Samantha Bothwell samantha.bothwell@cuanschutz.edu
1 2 3 4 5 6 7 8 9 | ## Not run:
ggbox_lbls(rnorm(1000), color = "pink")
x <- c(1,6,3,9,7,5,9,16,4)
ggbox_lbls(x, color = "steelblue1")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.