Plot.RT.Multi_Func: Plot ERT-plots for multiple functions or dimensions

View source: R/plotDataSetList.R

Plot.RT.Multi_FuncR Documentation

Plot ERT-plots for multiple functions or dimensions

Description

Plot ERT-plots for multiple functions or dimensions

Usage

Plot.RT.Multi_Func(
  dsList,
  scale.xlog = F,
  scale.ylog = F,
  scale.reverse = F,
  backend = NULL
)

## S3 method for class 'DataSetList'
Plot.RT.Multi_Func(
  dsList,
  scale.xlog = F,
  scale.ylog = F,
  scale.reverse = F,
  backend = NULL
)

Arguments

dsList

A DataSetList (should consist of only one function OR dimension).

scale.xlog

Whether or not to scale the x-axis logaritmically

scale.ylog

Whether or not to scale the y-axis logaritmically

scale.reverse

Wheter or not to reverse the x-axis (when using minimization)

backend

Which plotting library to use. Either 'plotly' or 'ggplot2'.

Value

A plot of ERT-values of the DataSetList

Examples

Plot.RT.Multi_Func(dsl)

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.