update_geom_defaults {animint2} | R Documentation |
Modify geom/stat aesthetic defaults for future plots
Description
Modify geom/stat aesthetic defaults for future plots
Usage
update_geom_defaults(geom, new)
update_stat_defaults(stat, new)
Arguments
new |
Named list of aesthetics. |
stat , geom |
Name of geom/stat to modify (like |
Examples
update_geom_defaults("point", list(colour = "darkblue"))
ggplot(mtcars, aes(mpg, wt)) + geom_point()
update_geom_defaults("point", list(colour = "black"))
[Package animint2 version 2024.1.24 Index]