View source: R/z_default_aesthetics.R
set_aesthetics | R Documentation |
ggplot2
default aestheticsSets global options for ggplot2
. If type = "grattan"
, grattan brand
elements (colours and fonts) will be used by default in ggplot. To restore
the defaults use type = "vanilla"
.
set_aesthetics(type)
type |
(character) Which aesthetics to use? One of "grattan" or "vanilla". |
## Not run:
set_aesthetics(type = "vanilla")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.