原文 标签 r plotly boxplot r-plotly ... library(plotly) p <- plot_ly(y = ~rnorm(50), type = "box") %>% add_trace(y = ~rnorm(50, 1)) p. 最佳答案.
確定! 回上一頁