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

Details

No details

Value

No values are returned

Note

No notes

Author(s)

Andrea Spano'

References

No references

See Also

boxcoxFun, johnsonFun, plot.transformation

Examples

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

[Package qAnalyst version 0.6.4 Index]