[R] Calling R function from within C code

Timur Elzhov Timur.Elzhov at jinr.ru
Thu Jan 16 20:11:02 CET 2003


On Thu, Jan 16, 2003 at 09:50:34PM +0300, Timur Elzhov wrote:

>   .Call("foo", rnorm, 1, 2, new.env())
>     function (x, y) 
>     match.call()(x = list(1, 2))
Oh, I'm mistaken. The `.Call("foo", f, 1, 2, new.env())' is
the right string, of course.




More information about the R-help mailing list