Displaying 1 result from an estimated 1 matches for "cortyp".
Did you mean:
cortype
2008 Jul 25
1
How to pass function argument of same name to internal call?
...is type='h' .
I wanted to pass the argument type='l' to the plotting routine, but of
course I can't put two arguments named "type" into the ccf() call.
I made do with the work-around of writing "myccf," with the argument for
the acf() call changed to "cortype," but that's ugly.
Is there a way to "escape" an argument so it gets ignored by the main
function and only gets read by the internally-called function?
thanks for any ideas.
Carl