Add confidence intervals to a ggplot2 line plot ; ggplot(df, aes(x = index, y = data, group = 1)) + ; geom_line(col='red') + ; geom_ribbon(aes(ymin ...
確定! 回上一頁