panel_title: Create the title of StarVZ plot

View source: R/phase2_util.R

panel_titleR Documentation

Create the title of StarVZ plot

Description

Use the directory of traces name to create a plot title

Usage

panel_title(data, title = data$config$title$text)

Arguments

data

starvz_data with trace data

title

title text, if NULL it will fallback to data$Origin then to "Null Title"

Value

A ggplot object

Examples

panel_title(data = starvz_sample_lu)

starvz documentation built on June 19, 2025, 1:08 a.m.

Related to panel_title in starvz...