Displaying 1 result from an estimated 1 matches for "wayplot".
Did you mean:
rayplot
2008 Dec 05
1
How to retrieve a method
...e inner workings of wilcox.test:
> wilcox.test
function (x, ...)
UseMethod("wilcox.test")
<environment: namespace:stats>
how can I get at the code, if it is R-code? For Methods one should be able to learn what extension to use, but here default or such do not help.
Is there a wayplot.default to learn which different versions of "plot" there are except trying plot.lm, ...
best
-c
--
Dr. Christian W. Hoffmann,
Swiss Federal Research Institute WSL
Zuercherstrasse 111, CH-8903 Birmensdorf, Switzerland
Tel +41-44-7392-277 (office), -111(exchange), -215 (fax)
christi...