General-Info

맥북 r프로그램, dotplot한글 깨짐

summerorange 2021. 3. 9. 16:52
반응형

x = seq(1,10,1) y = 1.5*x windowsFonts(A = windowsFont("Times New Roman")) plot(x, y, family="A", main = "title", font=2)

으로 해서 dotplot 조정하려고 해도 family

font. 등등으로 해도

안됨.

그냥 포기하고 영어로 썼는데,

참고해도 안되는 것 같다. 뭔가 방법이 있을 텐데.

그 방법을 찾는 시간과 노력 수고등등을 계산했을 때 

그냥 영어로 쓰고 넘어가는 걸로..

+추가

barplot(d[1:10, ]$freq, las=2, names.arg=d[1:10, ]$word, col='lightblue', main = '발생 빈도 상위 단어', ylab='단어 빈도', family='AppleGothic') #이건 애플 고딕으로 하니 표시가

 

참고자료

1

:

stackoverflow.com/questions/20496345/change-font-in-ggplot2-on-windows-vs-mac

 

Change font in ggplot2 on Windows vs Mac

I created a plot using ggplot2 on my mac. I changed the fonts to Times New Roman, which works fine. library(extrafont) ggplot(data=df)+ stat_density(aes(x=R1, colour="rho = -0,6"), ...

stackoverflow.com

2. 

stackoverflow.com/questions/27689222/changing-fonts-for-graphs-in-r

 

Changing Fonts for Graphs in R

In my study I am generating various graphs using R. I see that most of the graphs come up with a Sans Serif type font with various sizes. How to I change all the text in a graph (x-label, y-label,

stackoverflow.com

 

반응형