plot.capability {qAnalyst} | R Documentation |
Plot method for class capability
Description
plot.capability
implements generic plot method for capability class objects. Plot of capability objects is performed by trellis graphics.
Usage
## S3 method for class 'capability'
plot(x, ...)
Arguments
x |
an object of class capability. |
... |
further arguments to be added |
Details
plot.capability
makes use of trellis function histogram.
Value
This function return no value.
Note
Generic S3 function method
Author(s)
Giorgio Spedicato
References
Lattice package help manual
See Also
capability
Examples
#creates capability obj
data(brakeCap)
capObj=capabilityNormal(x=brakeCap$hardness, sg=brakeCap$subgroup, usl=41.5)
plot.capability(capObj)
[Package qAnalyst version 0.6.4 Index]