R Statistical: Interactive 3D Plots

preview_player
Показать описание
Here's a slick and easy way to view datasets in 3D using R. You can spin and rotate the cube to get a better visualization of your data.
Рекомендации по теме
Комментарии
Автор

Yes buy how do I add colors, how do i add a legend, etc.

Chale
Автор

the video is good!!...thanks!!!...but i have a question...mmm...I have been trying to modify the characteristics of plot3d but I could not do it .... and my question is: what are the characteristics of plot3d that I can change to my taste?, being more specific, Can I change the color of the axes, the color of the cube, the color of title, etc ....??...How can i do it?...thanks!!

parangaricutiricua
Автор

I believe this should work:
plot3d(cbind(iris[, 5], iris[, 7], iris[, 8]))

KrisRod