scale_aes_select | R Documentation |
Change selected scale where multiple scales of same aesthetic exist
scale_aes_select(i, f, ...)
i |
An integer denoting the scale number. |
f |
The scale function or the scale object. |
... |
The arguments to the scale function |
scale_fills
scale_aes_select(1, ggplot2::scale_fill_manual, values = c("red", "white", "blue"))
scale_aes_select(1, ggplot2::scale_fill_manual(values = c("red", "white", "blue")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.