View source: R/xtra_watermark.R
| set_default_watermark | R Documentation |
xp_xtras objectStores default add_watermark() arguments on xpdb that
add_watermark() will use for any of label/colour/alpha/size/
angle/fontface not otherwise supplied, when xpdb is passed to it.
set_default_watermark(xpdb, ...)
xpdb |
< |
... |
< |
xp_xtras object
set_xtras_options() for the session-option equivalent
(xpose.xtras.default_watermark), and get_xtras_option() to check
which one is currently dominant.
xpdb_x <- set_default_watermark(xpdb_x, label = "PRELIMINARY", colour = "red")
p <- xpose::dv_vs_ipred(xpdb_x)
add_watermark(p, xpdb = xpdb_x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.