plot.spc {qAnalyst} | R Documentation |
plot.spc
implements generic plot method for spc class objects. Plot of spc object is performed by trellis graphics.
## S3 method for class 'spc': plot(x, ...)
x |
An object of class spc |
... |
furter arguments to be added |
plot.spc
requires lattice library.
No values are returned
An spc object is required
Giorgio Spedicato and Andrea Spano'
Lattice package help manual
#brakeCap data(brakeCap) x=brakeCap$hardness sg=brakeCap$subgroup go=spc(x=x,sg=sg,type="xbar") plot(go)