File: stats.md

package info (click to toggle)
r-cran-ggplot2 3.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,944 kB
  • sloc: sh: 15; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 354 bytes parent folder | download
1
2
3
4
5
6
# erroneously dropped aesthetics are found and issue a warning

    The following aesthetics were dropped during statistical transformation: colour and fill.
    i This can happen when ggplot fails to infer the correct grouping structure in the data.
    i Did you forget to specify a `group` aesthetic or to convert a numerical variable into a factor?