library(plotly) library(ggplot2 test <- data.frame(y = rgamma(1000, shape = 0.25, rate = 0.0054)) p <- ggplot(test, aes(x = y, y = ..density.
確定! 回上一頁