plotYTraces: Plots Y traces of multiple optimization paths

View source: R/OptPath_plotYTraces.R

plotYTracesR Documentation

Plots Y traces of multiple optimization paths

Description

Plot function for renderYTraces()

Usage

plotYTraces(opt.paths, over.time = "dob")

Arguments

opt.paths

list
List of OptPath objects

over.time

character
Should the traces be plotted versus the iteration number or the cumulated execution time? For the later, the opt.path has to contain a extra column names exec.time. Possible values are dob and exec.time, default is dob.

Value

NULL


ParamHelpers documentation built on July 4, 2022, 5:07 p.m.