Learn R Programming

SixSigma (version 0.9-0)

plotProfiles: Plot Profiles

Description

Plot profiles and optionally control limits

Usage

plotProfiles(profiles, x = 1:nrow(profiles), cLimits = NULL,
  outControl = NULL, onlyout = FALSE)

Arguments

profiles
matrix with profiles in columns
x
vector with the independent variable
cLimits
matrix with three profiles: prototype and confidence bands (limits)
outControl
identifiers of out-of-control profiles
onlyout
plot only out-of-control profiles? [FALSE]

Value

  • Only graphical output with the profiles

References

Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.

Examples

Run this code
plotProfiles(profiles = ss.data.wby,
    x = ss.data.wbx)

Run the code above in your browser using DataLab