3D Charts | R, Surface Plot With Contours. library(plotly) # volcano is a numeric matrix that ships with R fig <- plot_ly(z = ~volcano) %>% add_surface( ...
確定! 回上一頁