After using globejs in R to create a globe, I am now exploring ways to set an image as the canvas background. It seems that setting the image directly in R with bg is not possible. I attempted to set the image as the body background and make the canvas transparent, but it keeps defaulting to a black canvas. If anyone knows how to set an image as the canvas background or how to make the canvas transparent so that the HTML body image is visible, please advise. I found some possible solutions online but I'm unsure where to implement the function or set the transparency. Here is the link to the globe: and the associated files:
On a separate note, how difficult is it to implement animated rotation of the globe? And where should I insert the code within the provided file structure?
Thank you.