install.packages("plotly") library(plotly) # Frequency histogram fig <- plot_ly(x = distance, type = "histogram") fig # Density ...
確定! 回上一頁