View source: R/legend_annotation_utils.R
create_pathway_class_theme | R Documentation |
Create Pathway Class Annotation Theme
create_pathway_class_theme(
text_size = "auto",
text_color = "black",
text_face = "bold",
text_family = "sans",
text_angle = 0,
text_hjust = 0.5,
text_vjust = 0.5,
bg_color = NULL,
bg_alpha = 0.2,
position = "left"
)
text_size |
Text size |
text_color |
Text color |
text_face |
Text face ("plain", "bold", "italic") |
text_family |
Text family |
text_angle |
Text angle in degrees |
text_hjust |
Horizontal justification (0-1) |
text_vjust |
Vertical justification (0-1) |
bg_color |
Background color |
bg_alpha |
Background alpha |
position |
Annotation position ("left", "right", "none") |
List of annotation styling parameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.