I'm creating a plotly object in R : library(plotly) p <- plot_ly(data = iris, x = ~Sepal.Length, y = ~Petal.Length, text = ~Species ...
確定! 回上一頁