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