geom_qlinerange {qrqc} | R Documentation |
geom_qlinerange
uses multiple line segments and points to plot
quality ranges. By default the 10% and 90% range in plotted in grey,
the quartile range in orange, and the mean as a point in blue. It is
used in qualPlot
.
geom_qlinerange(extreme.color="grey", quartile.color="orange", mean.color="blue", median.color=NULL)
extreme.color |
a character value indicating the color to use for
the extreme values (the 10% and 90% quantiles). If |
quartile.color |
a character value indicating the color to use
for the quartiles. If |
mean.color |
a character value indicating the color to use for
the mean. If |
median.color |
a character value indicating the color to use for
the median. If |
A list of geoms from ggplot2
that this function put together,
to be added to a call to ggplot
which contains a data frame of
quality data, i.e. from getQual
.
Vince Buffalo <vsbuffalo@ucdavis.edu>