https://www.jianshu.com/p/2619d7508150
1. 添加标题
plot() + ggtitle(label="Your title")此时的标题靠左
2. 添加标题并将标题居中放置
plot() + ggtitle(label="Your title") + theme(plot.title = element_text(hjust = 0.5, size=10, face = "bold"))
https://www.jianshu.com/p/2619d7508150
plot() + ggtitle(label="Your title")此时的标题靠左
plot() + ggtitle(label="Your title") + theme(plot.title = element_text(hjust = 0.5, size=10, face = "bold"))
本文标题:主标题
本文链接:https://www.haomeiwen.com/subject/pieohltx.html
网友评论