私はカイロの設定を次のように使用しています
CairoPDF(file = "test2.pdf", width = 8.3, height = 11.7)
テーマ設定は次のようになります。
mytheme<-theme_bw() +
theme(plot.title = element_text(lineheight=.8, face="bold"),
text=element_text(size=11, family="Times New Roman"))+
theme(panel.border = element_rect(linetype = "dashed",
colour = "black"))+
theme(plot.margin = unit(c(1,1.5,1,1.5), "inches"))
これはggplotのテーマ設定に問題があると思います。修正するためのアドバイスをください。ありがとう。