Add a footnote citation outside of plot area in R?

后端 未结 3 1890
终归单人心
终归单人心 2021-01-30 17:10

I\'d like to add a footnote citation to my 3-panel facet grid plot produced in R. It\'s a footnote to credit the data source. I\'d ideally like to have it below and external t

3条回答
  •  深忆病人
    2021-01-30 17:47

    Adding to the answer of Brandon Bertelsen: if you want to have the caption in the left corner, add

    theme(plot.caption = element_text(hjust = 0))
    

提交回复
热议问题