Learn R Programming

desire (version 1.0.7)

plot.harrington2: Plot of two-sided Harrington type desirability function

Description

Plots a two-sided desirability function of the Harrington type.

Usage

"plot"(x, ...)

Arguments

x
two-sided Harrington desirability function.
...
additional parameters passed to plot.

Value

Details

Lower Specification Limit ($LSL$) and Upper Specification Limit ($USL$) are visualized. The default range of the x-axis is selected automatically.

References

J. Harrington (1965): The desirability function. Industrial Quality Control, 21: 494-498.

See Also

harrington2 for two sided Harrington type desirabilities, plot

Examples

Run this code
h <- harrington2(3,7,1) 

## Plot of desirability function: 
plot(h)

plot(harrington2(4,8,1.5))

Run the code above in your browser using DataLab