watermark: A ggplot annotation layer that puts a watermark on a graph

Description Usage Arguments Examples

View source: R/ggplotUtils.R

Description

A ggplot annotation layer that puts a watermark on a graph

Usage

1
watermark(show = TRUE, lab = "DRAFT")

Arguments

show

a flag to allow a global level of control

lab

a label to annotate (e.g. DRAFT)

Examples

1
2
3
library(ggplot2)
library(standardPrintOutput)
ggplot(mtcars, aes(mpg, wt, colour=as.factor(cyl))) + geom_point() + watermark()

terminological/standard-print-output documentation built on July 18, 2021, 9:29 a.m.