Re: [Rd] get ...

2008-06-28 Thread Peter Dalgaard
Gabor Grothendieck wrote: Suppose we do this: f <- function(...) environment() e <- f(a = 1, b = 2) ls(e, all = TRUE) [1] "..." e$... <...> class(e$...) [1] "..." Is there any way of getting a and b given e without modifying f? > evalq(list(...),e) $a [1] 1 $b

[Rd] get ...

2008-06-28 Thread Gabor Grothendieck
Suppose we do this: > f <- function(...) environment() > e <- f(a = 1, b = 2) > ls(e, all = TRUE) [1] "..." > e$... <...> > class(e$...) [1] "..." Is there any way of getting a and b given e without modifying f? __ R-devel@r-project.org mailing list ht

[Rd] header containing (PR#11840)

2008-06-28 Thread rene . locher
Sorry for having been imprecise. The documentation does indeed not explicitly claim that axis(3,hadj=1) behaves as I expected it to do. So take my input as a whish. I think that it would be more sensible (for axes on the right side of the plot with hadj=1) to line up the labels in such a way tha