On 10/31/05, Tony Plate <[EMAIL PROTECTED]> wrote: > > I have to confess I don't really understand how environments work with > functions, so I don't know if this Vectorize() function will work in > general. What is the appropriate environment for returned value of > Vectorize()? Is this approach to creating a Vectorize() function on the
I think the environments of the input and output functions should be the same which can be accomplished via: environment(FUNV) <- environment(FUN) ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel