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 cou...