plotProfiles {SixSigma} | R Documentation |
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
Author(s)
Javier M. Moguerza and Emilio L. Cano
References
Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.
Examples
plotProfiles(profiles = ss.data.wby,
x = ss.data.wbx)
[Package SixSigma version 0.11.1 Index]