addYscale.Rd
add y-scale
addYscale(plotObject, yscale, yscale.args = list(), secAxis = waiver())
A ggplot object on which to add the scale.
ggplot
The y-axis scale type. Available is 'linear', 'log'
A list of arguments for the y-axis scale.
Secondary axis arguments for scale_y functions.
The updated ggplot object