generate_data.Parameter_correlation {IOHanalyzer}R Documentation

Generate dataframe of exactly 2 parameters, matched by running time

Description

This function generates a dataframe which can be easily plotted using the 'plot_general_data'-function

Usage

generate_data.Parameter_correlation(dsList, par1, par2)

Arguments

dsList

The DataSetList object

par1

The first parameter. Either a parameter name or 'f(x)'

par2

The second parameter. Either a parameter name or 'f(x)'

Examples

generate_data.Parameter_correlation(subset(dsl, funcId == 1), 'f(x)', 'f(x)')

[Package IOHanalyzer version 0.1.8.10 Index]