search for: endwaitcursor

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

2008 Sep 25
0
C++ & R: Displaying a lattice graphic using D Com
...uateNoReturn(_T("g <- expand.grid(x = x, y = y)")); lConnector.EvaluateNoReturn(_T("g$z <- sin(sqrt(g$x^2 + g$y^2))")); lConnector.EvaluateNoReturn(_T("plot(wireframe(z ~ x * y, g, drape = TRUE, aspect = c(3,1), colorkey = TRUE))")); lConnector.Close(); EndWaitCursor(); }