print on a
rsm.design Object
print on a
rsm.design object.
print.rsm.design(x, scale.print = "natural", ...)
rsm.design object.
"natural" or
"log" scale. The design can also be printed as
"coded"
factors: with center points at zero, cube points at 1 and -1.
This function is a method for the generic function for class rsm.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.
# compare the following results rsm.design(3,log=T) print(rsm.design(3,log=T),scale.print='natural') print(rsm.design(3,log=T),scale.print='log') print(rsm.design(3,log=T),scale.print='coded')