How to add a curve to a negatively skewed distribution using ggplot, in R?

前端 未结 0 1507
灰色年华
灰色年华 2020-12-19 09:51

I have a histogram, like below.

How can I add a curve like so...

I tried. community_histogram + geom_histogram(binwidth = 2) + geom_density()

相关标签:
回答
  • 消灭零回复
提交回复
热议问题