Plot profiles and optionally control limits
plotProfiles(
profiles,
x = 1:nrow(profiles),
cLimits = NULL,
outControl = NULL,
onlyout = FALSE
)
matrix with profiles in columns
vector with the independent variable
matrix with three profiles: prototype and confidence bands (limits)
identifiers of out-of-control profiles
plot only out-of-control profiles? [FALSE]
Only graphical output with the profiles
Cano, E.L. and Moguerza, J.M. and Prieto Corcoba, M. (2015) Quality Control with R. An ISO Standards Approach. Springer.
plotProfiles(profiles = ss.data.wby,
x = ss.data.wbx)