yihui / xaringan

Presentation Ninja 幻灯忍者 · 写轮眼
https://slides.yihui.org/xaringan/
Other
1.49k stars 280 forks source link

threejs is not supported? #36

Closed shengxue closed 7 years ago

shengxue commented 7 years ago

Three.js Scatterplot is not showed in the slide. Is it not supported?

Three.js

library(threejs)
x <- sort(rnorm(1000))
y <- rnorm(1000)
z <- rnorm(1000) + atan2(x,y)
scatterplot3js(x, y, z,  color=rainbow(1000), renderer="canvas")
yihui commented 7 years ago

Per documentation: https://slides.yihui.name/xaringan/#19