identify.cusum(object, labels, ...)
"cusum"
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
"cusum"
. It can be invoked by calling
identify
for an object of the
appropriate class, or directly by calling
identify.cusum
regardless of the
class of the object.
qc.chart <- cusum(qcc(matrix(rnorm(100), ncol = 5), "xbar")) identify(qc.chart)