library(plotly) s <- seq.int(0, 15) fig <- plot_ly(x = ~s, y = ~sin(s), mode = "lines") # initiate a line shape object line <- list( type = "line", ...
確定! 回上一頁