agg_footnote: Add a footnote (or many footnotes)

Description Usage Arguments See Also Examples

View source: R/gg-constructors.R

Description

Add a footnote (or many footnotes)

Usage

1
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

1
2
arphitgg(data) + agg_footnote("Here is a footnote")
arphitgg(data) + agg_footnote(c("Here is a footnote", "And a second one"))

angusmoore/arphit documentation built on Feb. 15, 2021, 9:40 a.m.