Dear All,

I am working with functions of several variables, e.g. f(x,y,z).
At some point, I would like to fix y and z and consider the resulting
function of x only for numerical interation with the integrate
routine.
I know how to define a wrapper g<-function() {f(x,y,z)} , but I could
not get a sort of wrapper for two variables.
Any suggestions?
Many thanks

Lorenzo

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to