Ben Torvaney
Ben Torvaney
Custom grob objects are not scaled with `scale_*_reverse`, although standard annotations are. Possibly a duplicate of #484 and #500. ``` r library(ggplot2) data setting value #> version R version 3.5.1...
As in ggplot2
It looks weird having a green pitch _and_ green goals (as in README.md).
- [x] Tracab - [ ] Metrica
If (0,0) is at the _top-left_ of the pitch, then the L/R of the resulting pitch will be flipped. This is the case for Statsbomb data. We should be able...
https://stat.ethz.ch/R-manual/R-devel/library/grid/html/grid.curve.html
Short vignettes on: * Pitch plotting basics (most of what's in the README at the moment) * Example with statsbomb(?) data * Pitch dimensions * Which ones are available? what...
This PR updates the documentation to include discussion of enumerating choices with `enum.Enum`s created with the functional API. This is useful when creating choices dynamically, for example logging. See further...
### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....
As with much of base R, the style for global option names is inconsistent. To take a few examples from the [documentation](https://stat.ethz.ch/R-manual/R-devel/library/base/html/options.html): ``` add.smooth askYesNo matprod PCRE_limit_recursion ``` Within RStudio-adjacent...