update_geom_defaults {ggplot2} | R Documentation |
Modify geom aesthetic defaults for future plots
update_geom_defaults(geom, new)
geom |
|
new |
Hadley Wickham <h.wickham@gmail.com>
update_geom_defaults("point", aes(colour = "darkblue")) qplot(mpg, wt, data = mtcars) update_geom_defaults("point", aes(colour = "black"))