library(plotly) plot_ly(economics, x = date, y = unemploy / pop, type = "scatter", mode = "markers+lines"). You can manually add a trace to an existing plot ...
確定! 回上一頁