我有两个由 R 创建的密度图的 plotly : set.seed(1) dens.1 <- density(runif(1000,0,100)) dens.2 <- density(runif(1000,100,10000)) df.1 <- data.frame(x=dens.1$x ...
確定! 回上一頁