you cannot do this in the subject (unfortunately).
You want to change the default geometry settings,
update_geom_defaults("bar", list(fill = "red"))
and you can also change the default scale, for example.
scale_colour_continuous <- function(...) scale_colour_gradient(low = "blue", high = "red", na.value="grey50", ...)
source share