Use print on a fac.design object

DESCRIPTION:

Print an object of class fac.design.

USAGE:

print.fac.design(x, print.pretty = T, ...) 

REQUIRED ARGUMENTS:

x
a fac.design object

OPTIONAL ARGUMENTS:

print.pretty
logical value indicating whether to print the "internal" factor Quad in designs with center points. The default value TRUE indicates that the Quad factor should not be printed.

DETAILS:

This function is a method for the generic function for class fac.design. It can be invoked by calling for an object x of the appropriate class, or directly by calling regardless of the class of the object.

EXAMPLES:

print(design.digest('ff0308',n.cp=2),print.pretty=T) 
print(design.digest('ff0308',n.cp=2),print.pretty=F)