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
Some commands in a couple of code chunks in the book are repeated multiple times. For example, geom_point() + facet_wrap(vars(species)) + # this transforms the axes' coordinates using log10() geom_point() and y = "log10") + # this uses a nicer theme for our final plot in this chapter and violin + # this geom plots the data points with some additional (horizontal) noise to see overlapping points in this chapter.
The text was updated successfully, but these errors were encountered:
Some commands in a couple of code chunks in the book are repeated multiple times. For example,
geom_point() + facet_wrap(vars(species)) + # this transforms the axes' coordinates using log10() geom_point()
andy = "log10") + # this uses a nicer theme for our final plot
in this chapter andviolin + # this geom plots the data points with some additional (horizontal) noise to see overlapping points
in this chapter.The text was updated successfully, but these errors were encountered: