print.gtable: Print figure with footnotes

Description Usage Arguments Author(s) Examples

View source: R/print.gtable.R

Description

Prints a ggplot figure with footnotes added.

Usage

1
2

Arguments

x

A figure with footnotes added

Author(s)

Charlie Gibbons

Examples

1
2
3
p <- qplot(carat, price, data = diamonds, color = cut)
ggfootnote(p, "Source: diamonds data distributed with the ggplot package",
              "Thanks Hadley!")

Brattle/BrattleExtras documentation built on May 6, 2019, 8:47 a.m.