Closed shengxue closed 7 years ago
library(threejs) x <- sort(rnorm(1000)) y <- rnorm(1000) z <- rnorm(1000) + atan2(x,y) scatterplot3js(x, y, z, color=rainbow(1000), renderer="canvas")
Per documentation: https://slides.yihui.name/xaringan/#19
Three.js Scatterplot is not showed in the slide. Is it not supported?
Three.js