Skip to content

Doc: scale_y_continous(transform = "asn") badly/wrongly documented #6154

Closed as not planned
@LGraz

Description

@LGraz

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 ). 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 ^^)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions