data(economics, package = "ggplot2") # basic time-series plot p <- plot_ly(economics, x = date, y = uempmed, type = "scatter", showlegend = FALSE) # add a ...
確定! 回上一頁