[R] listing functions in base package

Fuchs Ira irafuchs at gmail.com
Thu Mar 5 03:30:31 CET 2009


How can I print the definition of a function that is in the base  
package?

for example, if I type:

which.min

I get

function (x)
.Internal(which.min(x))
<environment: namespace:base>

How can I see the definition of this function?

Thanks.




More information about the R-help mailing list