View source: R/figures-tigure.R
get_probs | R Documentation |
Summary of probabilities of performance metrics from the MSE object
get_probs(object, ..., refs = NULL)
object |
MSE object, output of the |
... |
List of performace metrics |
refs |
List containing the reference limits for each metric |
A tibble of the output
library(MSEtool)
probs <- get_probs(mse_example, "P40", "P100", "PNOF", "LTY", "AAVY")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.