Computer Science/R

[R] 색깔 팔레트를 통한 Figure 색 지정 (RColorBrewer 등)

2022. 10. 1. 23:16

R로 데이터를 만들 때 색깔을 어떻게 할지 고민이 될 때가 많다. 이때 RColorBrewer 패키지를 사용하면 원하는 색깔 팔레트를 골라서 이쁜 색감의 figure를 그릴 수 있다 (https://r-graph-gallery.com/38-rcolorbrewers-palettes.html).

색깔이 어떤식으로 나오는지 미리 보기 위해서는 아래 사이트를 이용할 수 있다.

https://colorbrewer2.org/#type=sequential&scheme=BuGn&n=3

 

ColorBrewer: Color Advice for Maps

 

colorbrewer2.org

한편, 많은 수의 카테고리 데이터를 다룰 때 색깔이 구분이 안되는 경우가 종종 있다. 이를 해결하기 위한 방법 중 다음의 stackoverflow 질문 답글에서 유용한 내용을 확인할 수 있어 가져왔다.

https://stackoverflow.com/questions/9563711/r-color-palettes-for-many-data-classes

 

R color palettes for many data classes

Are there any good packages for colour palettes in R that can handle many data classes? I have 16 sequential data classes. I tried RColorBrewer but it has a max of 9 data classes, I also tried rain...

stackoverflow.com

 

그래프를 그릴 때 위 팔레트를 사용하면 최대 25개까지의 카테고리가 나름 구분이 잘 되었다.

 

 

Reference

  1. https://stackoverflow.com/questions/9563711/r-color-palettes-for-many-data-classes

 

 

 

728x90
반응형