Adds to the base functionality for the print() command. The accompanying
plot
methods are more sophisticated.
# S3 method for AccSampPlan
print(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.
The corresponding plot method is far more interesting. See
plot.AccSampPlan
for example.