format_ylab: 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)
Value
A formatted y-axis label.
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").