plotFirstAndSecondOrderMetric: Plot Second Order vs First Order, minimal depth of a maximal...

Description Usage Arguments Value

View source: R/plotting_util.R

Description

Given evaluated data from calculateAMDMS, plot the result.

Usage

1
2
plotFirstAndSecondOrderMetric(eval_data, plot_missing_so = FALSE,
  add_text_labels = FALSE)

Arguments

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.

Value

so_vs_fo A ggplot2 object, which shows second order vs first order average minimal depth of a maximal subtree depth.


climbeR documentation built on May 2, 2019, 3:37 p.m.