set_default_labs: Set default plot label overrides on an xp_xtras object
Description
Stores title/subtitle/caption/tag templates on xpdb that
apply_default_labs() will use to fill in (or overwrite) labels on any
plot built from this xpdb, when xpdb is passed to it. Values may
contain the same @keyword placeholders understood by
xpose::parse_title() (e.g. "@nind", "@nobs", "@run"), since
they are resolved the same way.
Usage
set_default_labs(xpdb, ...)
Value
xp_xtras object
Arguments
xpdb
<xpose_data> or <xp_xtras> object
...
<dynamic-dots> One or more of
title, subtitle, caption, tag, given as character strings
See Also
set_xtras_options() for the session-option equivalent
(xpose.xtras.default_labs), and get_xtras_option() to check which
one is currently dominant.