Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

rgl R output

I'm trying to use R and the package rgl to produce a custum output.

 

MWE

library(rgl)

df <- iris
plot3d(iris[,1:3])

 

This produces an output in Rstudio but not in Power Bi, I think this could be since plot3d's output is not a png. Does anyone know a workaround to this?

 

Thanks.

4 Replies