Plot profiles and optionally control limits

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.

Author

Javier M. Moguerza and Emilio L. Cano

Examples

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