You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code showing the reciprocal transformation (§ 10.1.7) is not correct anymore. As of R4.3.3 a bug preventing the axis labels to be displayed is solved.
# convert from fuel economy to fuel consumption
ggplot(mpg, aes(displ, hwy)) +
geom_point() +
scale_y_continuous(trans = "reciprocal")
This is the output of R4.3.3:
The text was updated successfully, but these errors were encountered:
mhurk
changed the title
Scales Transformations (10.1.7) not correct anymore
Scales Transformations (paragraph10.1.7) not correct anymore
Mar 25, 2024
The code showing the reciprocal transformation (§ 10.1.7) is not correct anymore. As of R4.3.3 a bug preventing the axis labels to be displayed is solved.
This is the output of R4.3.3:
The text was updated successfully, but these errors were encountered: