Displaying 1 result from an estimated 1 matches for "violant".
2008 May 20
1
drawing lines in 3D (rotating them)
...If it does not exists and I have to use my own function :
2) Is it possible to use the time wasted in delais for some calculous ?
In other word, can I run some calculous during a certain amount of
time, then drawing a plot, then calculous then plot...
3) Is there a way to end the rotation less violant than Esc ?
Thanks for your help.
Here is my code :
----- 8< ---------------------------
data <- array(c(13,14,13,15, 14,15,16,15, 16,17,16,18 , 45,46,85,59,
43,58,70,56, 45,75,65,65),
dim=c(4,3,2),dimnames=c("id","temps","var"))
plot3Dlines...