Color table for IQRtools

Color table for IQRtools

scale_color_IQRtools(...)

Arguments

...

passed to scale_color_manual(...)

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()
}