it perform log scaling and reverse the axis. Useful to plot negative log probabilities. To not be used directly but with ggplot (e.g. scale_y_continuous(trans = "log10_reverse") )
log10_reverse_trans()
A scales object
`r lifecycle::badge("maturing")`