Description Usage Arguments Examples
RColorBrewer only has color palettes with a limited amount of qualitative colors per palette. Here, the qualitative palettes are concatenated to get more colors. Of course, there will be more similar colors.
1 | color_qual(x)
|
x |
An integer. |
1 2 | n <- 60
pie(rep(1,n), col=color_qual(1:60))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.