Learn R Programming

Dodge (version 0.9-2)

print.AccSampPlan: 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 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.

See Also

The corresponding plot method is far more interesting. See plot.AccSampPlan for example.