format_ylab | R Documentation |
Returns a generic y-axis label for the plot based on the data type and scale.
format_ylab(data_type, scale_y)
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"). |
A formatted y-axis label.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.