Learn R Programming

thisplot (version 0.3.1)

chinese_colors: Chinese traditional colors dataset

Description

A dataset containing optimized traditional Chinese colors. These colors are extracted from those books:

  • Chinese Traditional Colors - Color Aesthetics in the Forbidden City (ISBN: 9787521716054)

  • Chinese Beautiful Colors - The Most Chinese Culture Vol.3 (ISBN: 9781672897198)

  • Chinese Colors (ISBN: 9787558016479)

  • Chinese Journal of Chromatography (ISSN 1000-8713)

  • Chinese Color Atlas

Thanks to the author of the blog for providing the data.

Arguments

Examples

Run this code
data(chinese_colors)
color_sets <- attr(chinese_colors, "color_sets")
show_palettes(
  list(
    color_sets$ChineseSet8,
    color_sets$ChineseSet16,
    color_sets$ChineseSet32
  )
)

# Use ChineseColors class
cc <- ChineseColors()
cc$visual_colors(
  title = "Chinese Traditional Colors",
  name_type = "chinese"
)

Run the code above in your browser using DataLab