print.transformation {qAnalyst} | R Documentation |
print.transformation
implements generic print method for class transformation. Type of performed transformation and estimated parameters are printed out.
## S3 method for class 'transformation'
print(x, ...)
x |
an object of class transformation |
... |
further arguments to be added |
No details
No values are returned
No notes
Andrea Spano'
No references
boxcoxFun
, johnsonFun
, plot.transformation
data(warpTiles)
boxcoxWarp=boxcoxFun(warpTiles$warping)
print(boxcoxWarp)