plotScoreCurves: Plots scores per greedy step against cumulative time

Description Usage Arguments

Description

Plots scores per greedy step against cumulative time

Usage

1
2
plotScoreCurves(scores, times, plot.steps = FALSE, ylim = NULL,
  title.start = "Max Score: ")

Arguments

scores

List (one element per greedy search) with score vectors (as returned by greedySearch)

times

List (one element per greedy search) with cumulative time vectors (as returned by greedySearch)

plot.steps

Should a second plot of scores vs steps be generated?

ylim

Vector (ymin, ymax) - if this is NULL, it is generated from scores

title.start

String with title prefix (the max score is appended to this)


cnowzohour/greedyBAPs documentation built on May 13, 2019, 1:36 a.m.