plot.desire.function {desire} | R Documentation |
TBD
## S3 method for class 'desire.function': plot(x, n = 600, xlim = NULL, ylim = c(0, 1), xlab = "Value", ylab = "Desirability", ..., main)
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 |
Heike Trautmann trautmann@statistik.tu-dortmund.de, Detlef Steuer steuer@hsu-hamburg.de and Olaf Mersmann olafm@statistik.tu-dortmund.de