Hi R users,
I have a question. How can I see the code behind the function. For example,

> boxplot
function (x, ...) 
UseMethod("boxplot")
<environment: namespace:graphics>

I really would like to see how people code this. Could someone please show
me how to see the code behind the function?
Many Thanks
Tu


-- 
View this message in context: 
http://www.nabble.com/The-code-behind-the-function-tp25370743p25370743.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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