panel_title {starvz}R 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)

[Package starvz version 0.8.0 Index]