Color table for IQRtools
scale_color_IQRtools.RdColor table for IQRtools
scale_color_IQRtools(...)See also
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()
} # }
