hrbrthemes
https://cran.r-project.org/web/packages/hrbrthemes/
R
R


Warning in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
font family not found in Windows font database
https://stackoverflow.com/questions/34522732/changing-fonts-in-ggplot2
font에 대한 초기화 과정이 필요하다.
일단 어떤 font를 현재 사용할수 있는지 확인해본다.
R
extraFont 팩키지의 font_import
를 통해 현재 가지고 있는 font를 import한다.
(엄청오래걸림 주의~)
R
R