Learn R Programming

IOHanalyzer (version 0.1.8.10)

set_color_scheme: 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

Run this code
set_color_scheme("Default", get_algId(dsl))

Run the code above in your browser using DataLab