📜  减少 ggtitle 大小 - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:51:58.694000             🧑  作者: Mango

代码示例1
#Add to a ggplot command
+ theme(plot.title = element_text(size = 20))
#Change the number to find the perfect fit for you