View source: R/zz-api-ggplot-utils.R
gg_watermark | R Documentation |
Add in a watermark to plots
gg_watermark(
lab = "DRAFT",
disable = getOption("ggrrr.disable.watermark", default = FALSE)
)
lab |
the watermark label (DRAFT) |
disable |
- global option to disable all watermarks options("ggrrr.disable.watermark"=TRUE) |
a watermark layer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.