For the two "two-tier" options -- default_labs and
default_watermark, which can be set both as a session-wide R option
(via set_xtras_options()) and per-xpdb (via set_default_labs() /
set_default_watermark()) -- reports the value at each tier and which
one is dominant, i.e. would currently be used by apply_default_labs()
/ add_watermark() absent any argument passed directly to those
functions (which always takes precedence over both tiers).
The other options recognized by set_xtras_options() (save_dir,
save_width, save_height, gg_theme, xp_theme) have no xpdb-level
tier to compare against (see the Details in set_xtras_options()), so
for those xpdb is always NULL and dominant is "option" or
"neither".