set_color_scheme {IOHanalyzer}R Documentation

Set the colorScheme of the IOHanalyzer plots

Description

Set the colorScheme of the IOHanalyzer plots

Usage

set_color_scheme(schemename, ids, path = NULL)

Arguments

schemename

Three default colorschemes are implemented:

  • Default

  • Variant 1

  • Variant 2

  • Variant 3

And it is also possible to select "Custom", which allows uploading of a custom set of colors

ids

The names of the algorithms (or custom ids, see 'change_id') for which to set the colors

path

The path to the file containing the colors to use. Only used if schemename is "Custom"

Examples

set_color_scheme("Default", get_algId(dsl))

[Package IOHanalyzer version 0.1.8.10 Index]