plot.transformation {qAnalyst}R Documentation

plot method for class transformation

Description

plot.transformation implements generic plot method for transformation class objects. Plot of transformation objects is performed by trellis graphics.

Usage

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

Arguments

x

an object of class transformation.

...

further arguments to be added.

Details

plot.transformation makes use of trellis function histograms. Two histograms are plotted onto the same graph. Leftward the original data distribution is plotted. Rightward the trasformed data distribution is plotted.

Value

No values are returned

Note

Generic S3 function method

Author(s)

Giorgio Spedicato

References

Lattice package help manual

See Also

johnsonFun, boxcoxFun

Examples

#warpTiles data set
data(warpTiles)
johnsonWarp=johnsonFun(warpTiles$warping)
plot(johnsonWarp)

[Package qAnalyst version 0.6.4 Index]