Hi
I can't get rgl working. I installed rgl, loaded it, but it seems all
plot3d codes have failed:
remotes::install_github("dmurdoch/rgl")
library(rgl)
open3d()
x <- sort(rnorm(1000))
y <- rnorm(1000)
z <- rnorm(1000) + atan2(x, y)
plot3d(x, y, z, col = rainbow(1000))
I see no plotting at all. Am I missing some important system library or
whatever? I'm using Linux Mint 23. Thanks!
Thanks,
Jiayue
______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.