Generic function for plotting Shewhart charts of object of class 'qcs' to perform statistical quality control.
# S3 method for qcs
plot(
x,
title,
subtitle,
xlab,
ylab,
ylim,
center.nominal = NULL,
limits.specification = NULL,
limits.alert = NULL,
type.data = c("continuous", "atributte", "dependence"),
...
)# S3 method for qcs.xbar
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.S
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.R
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.one
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.p
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.np
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.c
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.u
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
conf.nsigma.alert = NULL,
center.nominal = NULL,
limits.specification = NULL,
...
)
# S3 method for qcs.ewma
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
# S3 method for qcs.cusum
plot(
x,
title = NULL,
subtitle = NULL,
xlab = NULL,
ylab = NULL,
ylim = NULL,
...
)
Object qcs (Quality Control Statical)
an overall title for the plot
a sub title for the plot
a title for the x axis
a title for the y axis
the y limits of the plot
a value specifying the center of group statistics or the "target" value of the process
a two-value vector specifying control limits.
a two-value vector specifying control alert limits.
a string specifying the type of data.
arguments to be passed to or from methods.
a numeric value used to compute control limits, specifying the
number of standard deviations (if conf.nsigma
> 1) or the confidence level (if 0
< conf.nsigma
< 1).
a numeric value used to compute control limits, specifying the
number of standard deviations (if conf.nsigma
> 1) or the confidence level (if 0
< conf.nsigma
< 1).