search for: doonyxecho

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

2010 Oct 05
0
Please help me simplify my manipulation and printing of function calls
...lList[[iarg]]<-eval(TheCallList[[iarg]]) } } # make it back into a call TheCall<-as.call(TheCallList) # and finally call it ToReturn<-eval(TheCall) # and the purpose of the whole shebang is to be able to record the # raw graphics call for posterity if (DoOnyxEcho==TRUE) capture.output(TheCall, file=OnyxEchoFile, append=TRUE) # mimic the return from segments (NULL in this case, but not generally) invisible(ToReturn) } DoOnyxEcho<-TRUE OnyxEchoFile<-"d:\\ftp\\echotest.r" plot(1:20) start<-10 end<-15 esegments(start, start...