| scale_color_IQnca | R Documentation |
Color table for IQnca
scale_color_IQnca(...)
... |
passed to scale_color_manual(...) |
## Not run:
df <- data.frame(x = as.factor(sprintf("%2i",1:19)), y = 1)
IQRggplot(df, aes(x,y, color = x)) +
geom_point() + scale_color_IQnca()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.