plot.capability {qAnalyst} | R Documentation |
plot.capability
implements generic plot method for capability class objects. Plot of capability objects is performed by trellis graphics.
## S3 method for class 'capability' plot(x, ...)
x |
an object of class capability. |
... |
further arguments to be added |
plot.capability
makes use of trellis function histogram.
This function return no value.
Generic S3 function method
Giorgio Spedicato
Lattice package help manual
#creates capability obj data(brakeCap) capObj=capabilityNormal(x=brakeCap$hardness, sg=brakeCap$subgroup, usl=41.5) plot.capability(capObj)