Calculate the breaks for a y axis numeric vector.
y_numeric_breaks(y_var_vctr, y_balance = FALSE, y_pretty_n = 5,
y_trans = "identity", y_zero = TRUE)
A numeric vector for the y scale from which to determine breaks from.
Add balance to the y axis so that zero is in the centre of the y scale.
The desired number of intervals on the y axis, as calculated by the pretty algorithm. Defaults to 5.
A string specifying a transformation for the y axis scale, such as "log10" or "sqrt". Defaults to "identity".
TRUE or FALSE of whether the minimum of the y scale is zero. Defaults to TRUE.
A vector of breaks