[R] Arguments of a function

Bert Gunter gunter.berton at gene.com
Fri Mar 18 22:30:59 CET 2011


?do.call  ## read it CAREFULLY, please.

do.call(runif,as.list(c(1,range)))

-- Bert

On Fri, Mar 18, 2011 at 9:10 AM, Lisa <lisajca at gmail.com> wrote:
> Hi, everybody,
>
> I just want to pass arguments to a function as below:
>
> range <- c(0.1, 0.5)
>
> runif(1, range)
>
> But it doesn’t work.
>
> Does anyone have any suggestions to offer?
>
> Thanks.
>
> Lisa
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Arguments-of-a-function-tp3387643p3387643.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.
>



-- 
Bert Gunter
Genentech Nonclinical Biostatistics
467-7374
http://devo.gene.com/groups/devo/depts/ncb/home.shtml



More information about the R-help mailing list