Displaying 1 result from an estimated 1 matches for "outerl".
Did you mean:
outer
2009 Sep 02
2
Documentation for is.atomic and is.recursive
...'NULL' and symbols (as
???? given by 'as.name').
But is.recursive(as.name('foo')) == is.recursive(quote(foo)) == FALSE.
Again, it would be useful to make the documentation consistent with
the implementation.
To summarize all this in a table of the most common datatypes:
outerl <-
? function(f, a, b)
??? structure(outer(a,b,Vectorize(f)),
????????????? dimnames=list(a,b))
outerl(function(x,f)(match.fun(f))(x),
?????? list(3,factor(c("a","b")),NULL,function()3,as.name("foo"),environment()),
?????? list("class","mode",&q...