plot.desire.function: Plot curve of desirability function

Description Usage Arguments Author(s)

View source: R/dfun.R

Description

TBD

Usage

1
2
3
## S3 method for class 'desire.function'
plot(x, n = 600, xlim = NULL, ylim = c(0, 1),
              xlab = "Value", ylab = "Desirability", ..., main)

Arguments

x

desirability function

n

the number of x values at which to evaluate.

xlim

numeric of length 2; if specified, it serves as the default for the range of x values.

ylim

numeric of length 2; if specified, it serves as the default for the range of y values.

xlab

x axes label

ylab

y axes label

...

arguments passed to lines.

main

main title of plot

Author(s)

Heike Trautmann trautmann@statistik.tu-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.tu-dortmund.de


desire documentation built on May 2, 2019, 5:50 p.m.