[R] Creating a "scene" with plot3d or point3d
cgenolin
cgenolin at u-paris10.fr
Thu Jan 24 18:02:11 CET 2013
Hi the list,
As far as I understand, a possibility to create a "scene" is to provide a
list of triangles to the function makeTriangles. Is there also a way to turn
the data that are used by "plot3d" into a scene? I would like to write:
--- 8< ---------
M <- matrix(runif(12),4)
plot3d(M)
### Some secretes operations that turn M into a Mscene
Mscene <- turn.M.into.Scene(M)
drawScene(Mscene)
--- 8< ---------
Any idea?
Thanks
Christophe
--
View this message in context: http://r.789695.n4.nabble.com/Creating-a-scene-with-plot3d-or-point3d-tp4656522.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list