A two colour gradient for continuous variables to apply to fill aesthetic
Arguments
- ...
Arguments passed to
scale_color_gradient
Examples
library(ggplot2)
ggplot(data = mtcars, aes(x = wt, y = mpg, size = hp, fill = mpg)) +
geom_point(shape = 21) +
scale_colour_exploristics()