scale_color_mpi: Fill scale constructor for MPI palette

Description Usage Arguments Examples

View source: R/scales.R

Description

Fill scale constructor for MPI palette

Usage

1

Arguments

...

Additional arguments passed to discrete_scale()

Examples

1
2
3
library(ggplot2)
ggplot(data = mtcars, aes(x = wt, y= mpg,color = as.character(cyl))) +
  geom_point()+scale_color_mpi()

Ehyaei/MPIThemes documentation built on Jan. 13, 2022, 7:28 p.m.