ggplot2
default aestheticsset_aesthetics.Rd
Sets 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)
if (FALSE) { # \dontrun{
set_aesthetics(type = "vanilla")
} # }