print.anscombe: Print method for objects of class "anscombe"
Description
print
method for class "anscombe".
Usage
# S3 method for anscombe
print(x, ...)
Value
The argument x
, invisibly.
Arguments
- x
an object of class "anscombe", a result of a call to anscombise
or mimic
.
- ...
Additional optional arguments to be passed to
print
.
Details
Just extracts the new dataset from x
and prints it using
print
.