plot_double_psupertime_confusion: Plots the confusion matrices of two psupertime objects...

Description Usage Arguments Value

View source: R/psupertime_plots.R

Description

See 'plot_double_psupertime' for further detail.

Usage

1
2
3
4
5
6
7
8
plot_double_psupertime_confusion(
  double_obj = NULL,
  psuper_1 = NULL,
  psuper_2 = NULL,
  run_names = NULL,
  plot_var = "prop_true",
  palette = "BuPu"
)

Arguments

double_obj

Result of applying double_psupertime to two previously calculated psupertime objects

psuper_1,

psuper_2 Two previously calculated psupertime objects

run_names

Character vector of length two, labelling the psupertime inputs

palette

RColorBrewer palette to use

Value

cowplot plot_grid object, showing known and predicted labels for each dataset, and each set of predictions


wmacnair/psupertime documentation built on July 10, 2020, 8:12 p.m.