scale_manual | R Documentation |
The msand scales add colors that work nicely with theme_msand()
.
@details
scale_colour_msand
For use when colour
is specified as an aes()
in a ggplot.
scale_fill_msand
For use when fill
is specified as an aes()
in a ggplot.
The msand scales add colors that work nicely with theme_msand()
.
@details
scale_colour_msand2
For use when colour
is specified as an aes()
in a ggplot.
scale_fill_msand2
For use when fill
is specified as an aes()
in a ggplot.
scale_colour_msand(...) scale_color_msand(...) scale_fill_msand(...) scale_colour_msand2(...) scale_color_msand2(...) scale_fill_msand2(...)
... |
common discrete scale parameters: |
theme_msand()
theme_msand()
library(ggplot2) diamonds %>% ggplot(aes(carat, price, colour = cut)) + geom_point() + scale_colour_msand() + theme_msand() library(ggplot2) diamonds %>% ggplot(aes(carat, price, colour = cut)) + geom_point() + scale_colour_msand2() + theme_msand()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.