2009/10/1 Peter Ruckdeschel <peter.ruckdesc...@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

______________________________________________
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.

Reply via email to