I would like to write some notes under my ggplot. I did my data analysis in R and using now the markdown package to write my thesis. This means I can easily include variables in the markdown script. In that script I create some ggplots and was wondering if there is an easy way to write those explanations to the plot. For tables, it is pretty straight forward. %>% footnote(general="")
does the trick.
Is there something like that for plots?
ggplot2
, notrmarkdown
. He just provides an example for markdown for what he wants to accomplish. You can useannotate()
– Aerosolfootnote
differently. – Firelock