search for: point3d

Displaying 3 results from an estimated 3 matches for "point3d".

Did you mean: points3d
2013 Jan 24
0
Creating a "scene" with plot3d or point3d
...--- 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.
2007 Sep 24
1
urgent for R graphics
...mprical,type="h",angle=35,scale.y=0.7,pch=16, + y.ticklabs(0,500,by=100),y.margin.add=0.1) _________________________________ Now I want to add a rectangle on the x,y axis, does anyone could tell me the code? I try a lot, but don't find. and another question, how do I revoke the "point3d" function? Thank you so much. XiangGang --------------------------------- Got a little couch potato? Check out fun summer activities for kids. [[alternative HTML version deleted]]
2009 Feb 17
4
[LLVMdev] Parametric polymorphism
I'm a newcomer to llvm, but what you've done so far is very impressive. Llvm is a godsend to anybody who is attempting to implement their own their own language. :-) My company is considering using llvm as the backend for a small matlab-like language for scientific computation; our other option is MSIL. After reading through the documentation, I noticed that llvm seems to have one major