`scale_y_continuous(transform = "asn")` uses the arcsin transformation (c.f. `transform_asn()`) `?scale_y_continuous()` does not give any information further info about `"asn"` Hadley's old book claims that `"asn"` refers to the $tanh$-function (c.f. [https://bookdown.dongzhuoer.com/hadley/ggplot2-book/scale-transformation](https://bookdown.dongzhuoer.com/hadley/ggplot2-book/scale-transformation) ). Note that it is only one of the only resoureces I found that document what `"asn"` does. **Suggestion:** - correct the book (if you guys have the power) - indicate on the helppage `?scale_y_continuous()` that `asn` is the arcsin (this wasnt clear to me, who studied mathematics ^^)