News

This is technically a *stat* layer but I did so in the *aes* layer. ``` {r} ggplot (gender_post, aes (x=fct_reorder (post, n), y=n, fill =gender_lower)) + geom_col () + coord_flip () ``` Then we can ...
The key function used in `ggplot2` is `ggplot ()` (the *grammar of graphics plot*). This function is different from other graphics functions because it uses a particular grammar inspired by Leland ...
It gives the best of both worlds: drag-and-drop, plus generating basic ggplot code for the graphs you create. And, it’s pretty cool! esquisse was created by two people at a French R consulting ...