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

前端 未结 0 683
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-19 09:48

I have a histogram, like below.

How can I add a curve like so...

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

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