format_ylab: Format Y-axis label

View source: R/helpers.R

format_ylabR Documentation

Format Y-axis label

Description

Returns a generic y-axis label for the plot based on the data type and scale.

Usage

format_ylab(data_type, scale_y)

Arguments

data_type

A string indicating the type of data (e.g., "Median", "Mean").

scale_y

A string indicating the scale of the y-axis (e.g., "log10", "linear").

Value

A formatted y-axis label.


SerolyzeR documentation built on June 8, 2025, 10:01 a.m.