print.AccSampPlan {Dodge} | R Documentation |
print methods for the Dodge package
Description
Adds to the base functionality for the print() command. The accompanying
plot
methods are more sophisticated.
Usage
## S3 method for class 'AccSampPlan'
print(x, ...)
Arguments
x |
an object of class AccSampPlan, CurtSampPlan, or SeqSampPlan |
... |
further arguments passed to or from other methods. |
Details
These methods print the most necessary elements of the corresponding objects.
Author(s)
Jonathan Godfrey
See Also
The corresponding plot method is far more interesting. See
plot.AccSampPlan
for example.
[Package Dodge version 0.9-2 Index]