Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私が行くタイトルを持っている場合
... + ggtitle('Something\nSomething Else\nSomething Else')
各行を中央に左揃えするのではなく、中央揃えにする方法はありますか?
...+ theme(plot.title=element_text(hjust=0.5))
中央にテキストが表示されますが、左揃えになります。