print.transformation {qAnalyst}R Documentation

Print method for class capability

Description

print.transformation implements generic print method for class transformation. Type of performed transformation and estimated parameters are printed out.

Usage

## S3 method for class 'transformation':
print(x, ...)

Arguments

x an object of class transformation
... further arguments to be added

Value

No values are returned

Author(s)

Giorgio Spedicato

See Also

boxcoxFun, johnsonFun, plot.transformation

Examples

data(warpTiles)
boxcoxWarp=boxcoxFun(warpTiles$warping)
print(boxcoxWarp)

[Package qAnalyst version 0.5.4 Index]