A character vector of scale types. These will be tried in turn
to find a default scale. For example, if scale_type()
returns
c("foo", "bar")
and the vector is used with the colour aesthetic,
ggplot2 will first look for scale_colour_foo
then
scale_colour_bar
.