I am making 3D surface plot with plotly in R as below; #create dataframe df <-data.frame(x = c(rnorm(300, 3, 2.5), rnorm(150, 7, 2)), # create random data y ...
確定! 回上一頁