Thanks for your suggestions, they were quite helpful. I've just about solved the problem, but now I just need to know where the additional arguments passed through '...' are stored (in order to make my own matching scheme I need to be able to change the value of those to the correct values upon entering the function as well). Thanks!
Charles C. Berry wrote: > > I think you'll need to dig into sys.call() and match.call() and put > together your own matching scheme to force a function to first match by > position and then match all else by name. > > If match.call() is unfamiliar to you, it is advised to read the first 10 > lines of lm(). > > HTH, > > Chuck > > p.s. every argument that comes AFTER '...' in the formals must match > exactly. Perhaps this would help you. > -- View this message in context: http://www.nabble.com/Passing-additional-arguments-through-%27...%27-tp24501159p24536935.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.