search for: zoeger

Displaying 1 result from an estimated 1 matches for "zoeger".

Did you mean: zeger
2005 Dec 12
2
Time delay function or plot animation
...arched help and mailing list archives, but I don't seem to look for the right keywords. My current solution is very crude: I add the following to an existing plot: for (i in 1:steps) { lines(x[i:(i+1)], y[i:(i+1)]) ???? #calculations with the sole purpose of generating a time delay ???? zoeger<-1 ???? for (j in 1:85000) ???? {zoeger<-zoeger*j} } Is there a better way to achieve this? Regards, Ulrike