create_pathway_class_theme: Create Pathway Class Annotation Theme

View source: R/legend_annotation_utils.R

create_pathway_class_themeR Documentation

Create Pathway Class Annotation Theme

Description

Create Pathway Class Annotation Theme

Usage

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"
)

Arguments

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")

Value

List of annotation styling parameters


ggpicrust2 documentation built on Aug. 26, 2025, 1:07 a.m.