Learn R Programming

SciencesPo (version 1.3.6)

footnote: Generate a footnote for graphs

Generate a footnote for graphs

Description

Generate a footnote for graphs

Generate a footnote for graphs

Usage

footnote(study = NULL, adj = 0, line = 3, ...)

Arguments

study
The study id.
adj
adj=0 left align the footnote while adj=0.5 or 1 center or right align the text.
line
The line to plot footnote.
...
Additional parameters.

Examples

Run this code
plot(1:10,10:1)
footnote()
footnote(study="vote:16")
footnote(line=-1, adj=.5, cex=.5)

Run the code above in your browser using DataLab