Repository for the textbook 'Improving Your Statistical Inferences' by Daniel Lakens
Creative Commons Attribution 4.0 International
248
stars
80
forks
source link
Update `..density..` to `after_stat(density)` and `size` to `linewidth` for ggplot 3.4.0 #92
Closed
zekiakyol closed 1 year ago
It updates more
..density..
toafter_stat(density)
ingeom_histogram()
size
tolinewidth
instat_function()
andgeom_vline()
to avoid warnings in ggplot 3.4.0 and afterwards.