library(ggplot2) library(plotly) set.seed(100) d <- diamonds[sample(nrow(diamonds), 1000), ] p <- ggplot(data = d, aes(x = carat, ...
確定! 回上一頁