format_ylab {SerolyzeR} | R 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.
[Package SerolyzeR version 1.2.0 Index]