Plot.RT.Parameters: Plot the parameter values recorded in a DataSetList (aligned...

View source: R/plotDataSetList.R

Plot.RT.ParametersR Documentation

Plot the parameter values recorded in a DataSetList (aligned by funcion value)

Description

Plot the parameter values recorded in a DataSetList (aligned by funcion value)

Usage

Plot.RT.Parameters(
  dsList,
  f_min = NULL,
  f_max = NULL,
  algids = "all",
  par_name = NULL,
  scale.xlog = F,
  scale.ylog = F,
  show.mean = T,
  show.median = F,
  show.CI = F
)

## S3 method for class 'DataSetList'
Plot.RT.Parameters(
  dsList,
  f_min = NULL,
  f_max = NULL,
  algids = "all",
  par_name = NULL,
  scale.xlog = F,
  scale.ylog = F,
  show.mean = T,
  show.median = F,
  show.CI = F
)

Arguments

dsList

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

f_min

The starting function value.

f_max

The final function value.

algids

Which algorithms from dsList to use

par_name

Which parameters to create plots for; set to NULL to use all parameters found in dsList.

scale.xlog

Whether or not to scale the x-axis logaritmically

scale.ylog

Whether or not to scale the y-axis logaritmically

show.mean

Whether or not to show the mean parameter values

show.median

Whether or not to show the median parameter values

show.CI

Whether or not to show the standard deviation

Value

A plot of for every recorded parameter in the DataSetList

Examples

Plot.RT.Parameters(subset(dsl, funcId == 1))

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