Description Usage Arguments Value
View source: R/plotting_util.R
Given evaluated data from calculateAMDMS, plot the result.
1 2 | plotFirstAndSecondOrderMetric(eval_data, plot_missing_so = FALSE,
add_text_labels = FALSE)
|
eval_data |
The output of calculateAMDMS. |
plot_missing_so |
An optional parameter to show features that only have a first order metric value. Variables can have high feature strength, but may be unlikely to have a second maximal subtree because of low cardinality. |
add_text_labels |
An optional parameter to turn on text labels next to the feature's dot on the plot. |
so_vs_fo A ggplot2 object, which shows second order vs first order average minimal depth of a maximal subtree depth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.