plot_sens {optedr} | R Documentation |
Plot sensitivity function
Description
Plots the sensitivity function and the value of the Equivalence Theorem as an horizontal line, which helps assess the optimality of the design of the given sensitivity function.
Usage
plot_sens(min, max, sens_function, criterion_value)
Arguments
min |
Minimum of the space of the design, used in the limits of the representation. |
max |
Maximum of the space of the design, used in the limits of the representation. |
sens_function |
A single variable function, the sensitivity function. |
criterion_value |
A numeric value representing the other side of the inequality of the Equivalence Theorem. |
Value
A ggplot
object that represents the sensitivity function
[Package optedr version 2.0.0 Index]