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,cex = list(cexStrip=2, cexAxes=2, cexScales=2,cexPoints=1.5), ...)
x |
An object of class spc |
cex |
A list containing cex parameter for Strip, Axes, Scales and Points |
... |
furter arguments to be added |
plot.spc
requires lattice library.
No value is returned
An spc object is required
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)