lapply(yourList, f, a=1, b=2)

On Tue, Apr 13, 2010 at 9:11 AM, Randall Wrong <randall.wr...@gmail.com>wrote:

> Dear R users,
>
> I have created a function f of n, a and b : f(n,a,b)
>
> I would like to apply this function several times to some values of n. a
> and
> b are held constant. I was thinking of using lapply. How can I do this ?
>
> Thank you very much
> Randall
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html<http://www.r-project.org/posting-guide.html>
> and provide commented, minimal, self-contained, reproducible code.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org 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