[R] pass "..." to multiple sub-functions
baptiste auguie
baptiste.auguie at googlemail.com
Thu Oct 1 18:25:31 CEST 2009
2009/10/1 Peter Ruckdeschel <peter.ruckdeschel at web.de>:
>
> removed <- c("lty",params.fun1)
> ## I assume you do not want to pass on argument "lty"...
> dots.remaining <- cl[-1] ### remove the function name
> dots.remaining <- dots.remaining[! names(dots.remaining)
> %in% removed]
>
> Best, Peter
>
Thank you, that's very helpful.
I vaguely remember there was also a package to deal with this problem
(among other things). Have I dreamed that?
Best,
baptiste
More information about the R-help
mailing list