[R] Inspecting R functions
Richard Dybowski
richard at inferspace.com
Mon Jan 3 11:50:22 CET 2005
In S-Plus, I can look at the structure of a function (for example, hist)
simply by entering
hist <RETURN>
however, if I do this in R, I get the response
function (x, ...)
UseMethod("hist")
<environment: namespace:graphics>
How can I inspect the structure of a function in R?
-------------------------------
Richard Dybowski
143 Village Way
Pinner HA5 5AA, UK
Tel: 07976 250092
More information about the R-help
mailing list