print.edamethod {StabPerf} | R Documentation |
Wrapper for print
for instances of edamethod
print.edamethod(method)
method |
edamethod. |
print
is already a generic function. So print.edamethod automatically gets called when print
receives instances of edamethod
.
print(meth)