| modcall {ivmte} | R Documentation | 
Auxiliary function: modifying calls
Description
This function can be used to modify calls in several ways.
Usage
modcall(call, newcall, newargs, keepargs, dropargs)
Arguments
call | 
 Call object to be modified.  | 
newcall | 
 New function to be called.  | 
newargs | 
 List, new arguments and their values.  | 
keepargs | 
 List, arguments in original call to keep, with the rest being dropped.  | 
dropargs | 
 List, arguments in original call to drop, with the rest being kept.  | 
Value
New call object.
[Package ivmte version 1.4.0 Index]