plot.qcc: Quality Control Chart (QCC)

Description Usage

Description

Quality Control Chart (QCC)

Usage

1
2
3
4
5
6
7
## S3 method for class 'qcc'
plot(x, dates = rep(NA, length(x)), m = mean(x),
  s = sd(x), round = 2, type = "Nelson", colours = rainbow(8),
  title = paste("Quality Control according to", type), subtitle = "",
  subtitle.colour = colours[1], plot.withoutrule1 = FALSE,
  plot.print = TRUE, x.lbl = "Observation", y.lbl = "Value",
  markdown = FALSE, force = FALSE)

msberends/nelson documentation built on May 14, 2019, 7:21 p.m.