Next add the vline layer using the below code after the geom_histogram layer. geom_vline(data=df, aes(xintercept = mean), colour=“black”) +
確定! 回上一頁