I want an R function that will let me do the following two things simultaneously:
- Plot arbitrary piecewise functions like scatterplot3d. That is, it should let me specify a arbitrary set of 3d coordinates at which points will be plotted.
- Let me set the viewpoint of the graph to arbitrary angles along both axises, like persp.
plot3d is not acceptable as it only allows manual adjustment of the plots once they are generated. I want to be able to script this.
rgl::plot3dwithout doing in manually: see?par3d,?matrices. Don't have time to do a worked example right now. – Ben Bolker Oct 12 '11 at 1:02