Skip to content

Instantly share code, notes, and snippets.

@rsalaza4
Last active January 22, 2020 16:29
Show Gist options
  • Save rsalaza4/c1e06cc63db35d2e1cab67e7855fa5dc to your computer and use it in GitHub Desktop.
Save rsalaza4/c1e06cc63db35d2e1cab67e7855fa5dc to your computer and use it in GitHub Desktop.
# Specify the lower control limit
LSL <- as.numeric(1)
# Specify the upper control limit
USL <- as.numeric(5)
# Specify the target
Target <- as.numeric(3)
# Plot the process capability chart
process.capability(xbar, spec.limits = c(LSL, USL), target = Target)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment