Learn R Programming

ggsci (version 4.0.0)

scale_color_bmj: BMJ color scales

Description

See pal_bmj() for details.

Usage

scale_color_bmj(palette = c("default"), alpha = 1, ...)

scale_colour_bmj(palette = c("default"), alpha = 1, ...)

scale_fill_bmj(palette = c("default"), alpha = 1, ...)

Arguments

palette

Palette type. Currently there is one available option: "default" (9-color palette).

alpha

Transparency level, a real number in (0, 1]. See alpha in grDevices::rgb() for details.

...

Additional parameters for ggplot2::discrete_scale().

Author

Hui Chen | huichen@zju.edu.cn

References

https://technology.bmj.com/living-style-guide/colour.html

Examples

Run this code
example_scatterplot() + scale_color_bmj()
example_barplot() + scale_fill_bmj()

Run the code above in your browser using DataLab