gpt4 book ai didi

rgl: > rgl.clear(type, subscene = subscene) 中的错误:找不到对象 'rgl_clear'

转载 作者:行者123 更新时间:2023-12-04 23:15:19 28 4
gpt4 key购买 nike

正在做(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

如何解决这个问题?

最佳答案

您可能最近升级了 R。升级后,您需要重新安装软件包。一个简单的方法是

update.packages(checkBuilt = TRUE)

关于rgl: > rgl.clear(type, subscene = subscene) 中的错误:找不到对象 'rgl_clear',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43670145/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com