ggplot density plot from data.frame that holds moments

前端 未结 0 1278
误落风尘
误落风尘 2021-01-25 22:36

Given a mean and a standard deviation, it is easy to plot a Gaussian density using ggplot2:

ggplot(data = data.frame(x = c(-3, 3)), aes(x)) +
                


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