Add a footnote (or many footnotes)

agg_footnote(footnote)

Arguments

footnote

A string, or vector of strings, to be added as footnotes.

See also

vignette("plotting-options", package = "arphit") for a detailed description of all the plotting options

Examples

arphitgg(data) + agg_footnote("Here is a footnote")
#> dev.new(): using pdf(file="Rplots114.pdf")
arphitgg(data) + agg_footnote(c("Here is a footnote", "And a second one"))
#> dev.new(): using pdf(file="Rplots115.pdf")