plot.transformation {qAnalyst} | R Documentation |
plot.transformation
implements generic plot method for transformation class objects. Plot of transformation objects is performed by trellis graphics.
## S3 method for class 'transformation'
plot(x, ...)
x |
an object of class transformation. |
... |
further arguments to be added. |
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.
No values are returned
Generic S3 function method
Giorgio Spedicato
Lattice package help manual
#warpTiles data set
data(warpTiles)
johnsonWarp=johnsonFun(warpTiles$warping)
plot(johnsonWarp)