tidyverse / ggplot2

An implementation of the Grammar of Graphics in R
https://ggplot2.tidyverse.org
Other
6.39k stars 2k forks source link

Rename `ggpar()` to `gg_par()` #5899

Closed teunbrand closed 1 month ago

teunbrand commented 1 month ago

This PR aims to fix #5897.

Instead of naming our function ggpar(), we name it gparam() instead. If you feel strongly about the name, feel free to leave suggestions.