dsplot: Desirability Plot

Description Usage Arguments Author(s) Examples

View source: R/dsplot.R

Description

TBD

Usage

1
dsplot(expr, f, from = NULL, to = NULL, n = 101, show.zero = TRUE, interest = NULL, main = "Desirability Plot", sub = NULL, ...)

Arguments

expr

an expression written as a function of 'x', or alternatively the name of a function which will be plotted.

f

desirability function

from,to

the range over which the function will be plotted.

n

integer; the number of x values at which to evaluate.

show.zero

add dotted line to visualize the origin

interest

vector of interesting points

main

an overall title for the plot

sub

a subtitle for the plot

...

parameters passed to low level plot functions

Author(s)

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

Examples

1
2
3
4
d1 <- harrington2(2, 4, 2)
dsplot(x*log(x), d1,
       from=0, to=6, n=507,
       interest=c(2, 3, 4))

Example output

Loading required package: loglognorm

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

Related to dsplot in desire...