library(plotly) data = iris p = plot_ly(data, x=~ Sepal.Length, y=~ Sepal.Width, type = 'scatter', mode = 'markers', marker = list( size=10, opacity=.9, ...
確定! 回上一頁