Calculate the breaks for a horizontal axis numeric vector.
sv_numeric_breaks_h(var_vctr, balance = FALSE, pretty_n = 6,
trans = "identity", zero = TRUE, mobile = FALSE)
A numeric vector for the horizontal scale from which to determine breaks from.
Add balance to the y axis so that zero is in the centre of the horizontal scale.
The desired number of intervals on the horizontal axis, as calculated by the pretty algorithm. Defaults to 6.
A string specifying a transformation for the horizontal axis scale, such as "log10" or "sqrt". Defaults to "identity".
TRUE or FALSE of whether the minimum of the horizontal scale is zero. Defaults to TRUE.
Whether the plot is to be displayed on a mobile device. Defaults to FALSE.
A vector of breaks