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.

______________________________________________
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