728x90
맥에서 plot 으로 데이터를 출력할 때 위와 같이 □□ □□ 로 한글이 깨지는 경우가 있다.
여러 시도 끝에 아래와 같이 라이브러리를 설치한 후, 폰트를 설정하여 정상적으로 노출을 했다.
install.packages("showtext")
library(showtext)
font_add("AppleGothic", "AppleGothic.ttf")
showtext_auto()
728x90
맥에서 plot 으로 데이터를 출력할 때 위와 같이 □□ □□ 로 한글이 깨지는 경우가 있다.
여러 시도 끝에 아래와 같이 라이브러리를 설치한 후, 폰트를 설정하여 정상적으로 노출을 했다.
install.packages("showtext")
library(showtext)
font_add("AppleGothic", "AppleGothic.ttf")
showtext_auto()