Learn R Programming

IOHanalyzer (version 0.1.8.10)

generate_data.Parameter_correlation: 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

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

Run the code above in your browser using DataLab