Skip to content
Prev 393599 / 398503 Next

Reg: ggplot error

?s 05:48 de 12/01/2023, PIKAL Petr escreveu:
Hello,

This seems to be solvable with only the column name in aes().


ggplot(ICUData.neuro, aes(x = LOS)) +
   geom_histogram(aes(y = after_stat(density)), binwidth = 5, fill = 
"darkgrey")


Hope this helps,

Rui Barradas