Skip to contents

Usage

scale_colour_phase(...)

scale_fill_phase(...)

Arguments

...

Additional arguments passed to ggplot2::scale_colour_manual() / ggplot2::scale_fill_manual().

Value

A ggplot2 scale object.

Examples

if (FALSE) { # \dontrun{
ggplot(df, aes(x, y, colour = phase)) + geom_point() + scale_colour_phase()
} # }