Color table for IQRtools
scale_color_IQRtools.Rd
Color table for IQRtools
scale_color_IQRtools(...)
See also
Other IQR plot:
IQRggplot()
,
applyPaginate()
,
aux_plotlayout()
,
createPages_IQRoutputFigure()
,
plot.IQRoutputFigure()
,
print.IQRoutputFigure()
,
print.IQRoutputFigureList()
,
print.IQRslideplot()
,
printGrid()
,
scale_fill_IQRtools()
,
scale_y_log10_IQRtools()
,
summary.IQRoutputFigure()
,
themeIQRtools()
Examples
if (FALSE) { # \dontrun{
df <- data.frame(x = as.factor(sprintf("%2i",1:19)), y = 1)
IQRggplot(df, aes(x,y, color = x)) +
geom_point() + scale_color_IQRtools()
} # }