plot.spc {qAnalyst} | R Documentation |
Plot method for spc class objects
Description
plot.spc
implements generic plot method for spc class objects. Plot of spc object is performed by trellis graphics.
Usage
## S3 method for class 'spc'
plot(x,cex = list(cexStrip=2, cexAxes=2, cexScales=2,cexPoints=1.5), ...)
Arguments
x |
An object of class spc |
cex |
A list containing cex parameter for Strip, Axes, Scales and Points |
... |
furter arguments to be added |
Details
plot.spc
requires lattice library.
Value
No value is returned
Note
An spc object is required
Author(s)
Andrea Spano'
References
Lattice package help manual
See Also
Examples
#brakeCap
data(brakeCap)
x=brakeCap$hardness
sg=brakeCap$subgroup
go=spc(x=x,sg=sg,type="xbar")
plot(go)
[Package qAnalyst version 0.6.4 Index]