. Though I can get the example to run with
Ecdat 0.1-5 as well.
Jyotirmoy Bhattacharya
On Thu, Mar 11, 2010 at 4:30 AM, Stephen J. Barr wrote:
> Hello,
>
> Apologies in advance if this is a stupid question. I am running R on Ubuntu
> 9.
>
> R version 2.9.2 (2009-08-24)
>
>
attice)
f.barchart <- function(...) {
barchart(...)
}
x <- data.frame(a = c(1,1,2,2), b = c(1,2,3,4), d = c(1,2,2,1))
print(f.barchart(a ~ b, data = x, groups = d))
This gives the error:
Error in eval(expr, envir, enclos) :
..3 used in an incorrect context, no ... to look in
Jyotirmoy
Now I am confused. The function returned by genr2 is exactly the same
function that was being returned by genr1. Why should evaluating k make a
difference?
I am using R 2.9.2 on Ubuntu Linux.
Jyotirmoy Bhattacharya
[[alternative HTML version deleted]]
__
3 matches
Mail list logo