print.mandel
is the mandel method of the generic
print
function which prints its argument
and returns it invisibly (via invisible(x)
).
# S3 method for mandel
print(x, ...)
an object used to select a method.
further arguments. Currently ignored.
mandelhTest
, mandelkTest