R/regression_plot.R
create_log_tics.Rd
Create summetric log ticks
create_log_tics(data)
numeric vector
c(sample(seq(.1, 1, .1), 3), sample(1:10, 3)) |> create_log_tics() #> [1] 0.14 0.17 0.20 0.40 0.60 0.90 1.00 1.11 1.67 2.50 5.00 6.00 7.00