plot_metric | R Documentation |
Either tols
or num_steps
has to be NULL
.
plot_metric(values, name, tols = NULL, num_steps = NULL)
plot_pareto_k(reliability, tols = NULL, num_steps = NULL)
plot_r_eff(reliability, tols = NULL, num_steps = NULL)
plot_mad(reliability, tols = NULL, num_steps = NULL, loglik = FALSE)
values |
A numeric vector of metric values. |
name |
Name of metric |
tols |
A numeric vector of tolerances. Must have same length as
|
num_steps |
A numeric vector of step amounts. Must have same length as
|
reliability |
The list returned by the |
loglik |
If |
plot_metric()
: Plot a generic metric.
plot_pareto_k()
: Plot pareto-k metric.
plot_r_eff()
: Plot relative efficiency.
plot_mad()
: Plot maximum absolute difference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.