使用 ggplotly() 函數就可以將ggplot2 套件所繪製的基本圖形轉換為Plotly 圖形。 library(ggplot2) library(plotly) scatter_plot <- ggplot(cars, aes(x = speed, y = ...
確定! 回上一頁