larmarange / ggstats

Extension to ggplot2 for plotting stats
https://larmarange.github.io/ggstats/
GNU General Public License v3.0
26 stars 1 forks source link

Documentation: Modify gglikert_* sort argument description #56

Closed sda030 closed 4 months ago

sda030 commented 4 months ago

gglikert_* sort-argument currently reads "should variables be sorted?" which implies a logical flag. I suggest changing to: 'Sorting order of include variables. One of "none" (default), "ascending" or "descending".` Depends a bit on whether you in #55 will allow sorting the y categories.