accuracyComplexityPlot: Accuracy-Complexity plot

Description Usage Arguments Value

Description

Accuracy-Complexity plot

Usage

1
2
accuracyComplexityPlot(ReportTable, AdjFactor = 1, Main = "",
  Mode = "LocMin", Xlims = NULL)

Arguments

ReportTable

A report table as returned from an ElPiGraph computation function

AdjFactor

numeric, the factor used to adjust the values on the y axis (computed as UR*NNODE^AdjFactor)

Main

string, tht title of the plot

Mode

integer or string, the mode used to identify minima: if 'LocMin', the barcode of the local minima will be plotted, if the number n, the barcode will be plotted each n configurations. If NULL, no barcode will be plotted

Xlims

a numeric vector of length 2 indicating the minimum and maximum of the x axis. If NULL (the default) the rage of the data will be used

Value

a ggplot plot


Albluca/ElPiGraph.R documentation built on May 28, 2019, 11:02 a.m.