【发布时间】:2017-09-25 23:29:07
【问题描述】:
正在做(R3.4,ubuntu 16.04,rgl 0.95.1441):
library(rgl)
open3d()
返回:
Error in rgl.clear(type, subscene = subscene) :
object 'rgl_clear' not found
x <- sort(rnorm(1000))
y <- rnorm(1000)
z <- rnorm(1000) + atan2(x, y)
plot3d(x, y, z, col = rainbow(1000))
Error in currentSubscene3d() : object 'rgl_getsubsceneid' not found
如何解决这个问题?
【问题讨论】: