Adding lines in ggplot ... library(ggplot2) library(lubridate) ... ggplot(bit_2017, aes(x = Date, y = Close)) + geom_line(color = "blue").
確定! 回上一頁