identify.shewhart(object, labels, ...)
"shewhart"
object.
object$new.statistics
if
.chart.all = F
and
the combined length of
object$statistics
and
object$new.statistics
if
.chart.all = T
.
identify.default
.
plot = TRUE
, the default for
identify.default
.
This function is a method for the generic function
identify
for class
"shewhart"
. It can be invoked by calling
identify
for an object of the
appropriate class, or directly by calling
identify.shewhart
regardless
of the class of the object.
qc.chart <- shewhart(qcc(matrix(rnorm(100), ncol = 5), "xbar")) identify(qc.chart)