Usage
pcr(x, distribution = "normal", lsl, usl, target, boxcox = FALSE, lambda, main, xlim, ylim, grouping = NULL, std.dev = NULL, conf.level = 0.9973002, start, lineWidth = 2, lineCol = "red", lineType = "solid", specCol = "black", specWidth = 2, cex.text = 2, cex.val = 1.5, cex.col = "darkgray", ...)
Arguments
distribution
character string such as "weibull"
lsl
lower specification limit
usl
upper specification limit
boxcox
perform a Box-Cox transformation (default is FALSE)
lambda
lambda for the transformation
std.dev
historical standard devation (only for normal distribution)
start
A named list giving the parameters to be fitted with initial values. Must be supplied for some distribution. (see Details)
lineWidth
the width of the line for the density curve
lineCol
the color of the line for the density curve
lineType
the line Type e.g. "dashed", "solid", etc.
specCol
col for the specification limits
specWidth
lwd for the specification limits
cex.text
cex for lsl, usl and target
cex.val
cex for the process capability ratios
cex.col
col for lsl, usl and target
...
other graphical parameters (par)