Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

pal_d3

D3.js Color Palettes


Description

Color palettes based on the colors used by D3.js.

Usage

pal_d3(palette = c("category10", "category20", "category20b", "category20c"),
  alpha = 1)

Arguments

palette

Palette type. There are 4 available options: "category10" (10-color palette); "category20" (20-color palette); "category20b" (20-color palette); "category20c" (20-color palette).

alpha

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

Author(s)

Nan Xiao <me@nanx.me> | <https://nanx.me>

References

Examples

library("scales")
show_col(pal_d3("category10")(10))
show_col(pal_d3("category20")(20))
show_col(pal_d3("category20b")(20))
show_col(pal_d3("category20c")(20))

ggsci

Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'

v2.9
GPL-3 | file LICENSE
Authors
Nan Xiao [aut, cre] (<https://orcid.org/0000-0002-0250-5673>), Miaozhu Li [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.