ggplot (df, aes(x = date, y = DAX)) +. geom_line(). 折線的種類也可以自行設定,在R中目前有7中可以選擇:如果想要調整,只要在geom_line(linetype="")中指定即可。
確定! 回上一頁