| .resolve_show_modes | R Documentation |
show_row_names/show_column_names (kind = "names") and
row_title/column_title (kind = "titles") accept a character vector
combining the modes "inplace", "legend", "simple", "anno" (alias
"annotation"), and "none". Modes are lower-priority defaults: they only
fill annotation type/params the user has not configured (per-key or via
.default).
.resolve_show_modes(
show,
kind = c("names", "titles"),
which = c("row", "column"),
by = NULL,
split_by = NULL,
annotation = list(),
annotation_type = list(),
annotation_params = list(),
annotation_name = list(),
legend.position = "right"
)
show |
The value of |
kind |
Which arguments are being resolved: "names" or "titles" |
which |
The direction ("row" or "column") |
by |
The name-annotation column ( |
split_by |
The split-annotation column ( |
annotation, annotation_type, annotation_params |
The prepared annotation
components returned by |
legend.position |
The legend position |
A list with the possibly-updated annotation components plus the
resolved show flag, title, explicit, by_eff,
and enabled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.