makeAllPlots: Visualize benchmark results

View source: R/benchmark-methods.R

makeAllPlotsR Documentation

Visualize benchmark results

Description

Outputs plots of benchmark results for different inference methods

Usage

makeAllPlots(
  resultTable1,
  resultTable2,
  resultTable3,
  resultTable4,
  labelBP = c("1", "2", "3", "4"),
  labelHead = c("1", "2", "3", "4"),
  fileName = "Test",
  width = 7,
  height = 4.1,
  niceBoxPlot = FALSE,
  retP = FALSE
)

Arguments

resultTable1

result table 1 of function benchmarkMultipleNets()

resultTable2

result table 2 of function benchmarkMultipleNets()

resultTable3

result table 3 of function benchmarkMultipleNets()

resultTable4

result table 4 of function benchmarkMultipleNets()

labelBP

label

labelHead

label head

fileName

file name

width

figure width

height

figure height

niceBoxPlot

if TRUE, only a fraction of points (150) are plotted in boxplot

retP

if TRUE, a plot is returned for summary plot, otherwise no ruturn

Value

plot of benchmark results


cbg-ethz/SubGroupSeparation documentation built on Feb. 11, 2023, 8:29 p.m.