print.AccSampPlan {Dodge} | R Documentation |
Adds to the base functionality for the print() command. The accompanying
plot
methods are more sophisticated.
## S3 method for class 'AccSampPlan'
print(x, ...)
x |
an object of class AccSampPlan, CurtSampPlan, or SeqSampPlan |
... |
further arguments passed to or from other methods. |
These methods print the most necessary elements of the corresponding objects.
Jonathan Godfrey
The corresponding plot method is far more interesting. See
plot.AccSampPlan
for example.