plot_sens | R Documentation |
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.
plot_sens(min, max, sens_function, criterion_value)
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. |
A ggplot
object that represents the sensitivity function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.