Hi, I'm using RStudio 2022.12.0 Build 353 with "R version 4.2.2 (2022-10-31 ucrt)" on Windows10.
I do not succeed plotting spheres using the rgl package. For example, I use the code snippet
rgl.open()# Open a new RGL device
rgl.bg(color = "white") # Setup the background color
rgl.spheres(x, y, z, r = 0.2, color = "grey")
taken from the website A complete guide to 3D visualization device system in R - R software and data visualization - Easy Guides - Wiki - STHDA
I can open the window and I can change the background to white. But the rgl.spheres command just does NOTHING.
Can anybody help??
I promise the above code is by far not the only version I have tried ....