generate_data.PMF: Generate dataframe of a single function/dimension pair for...

View source: R/DataSetList.R

generate_data.PMFR Documentation

Generate dataframe of a single function/dimension pair for creating PDF or PMF plots

Description

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

Usage

generate_data.PMF(dsList, target, which = "by_RT")

Arguments

dsList

The DataSetList object

target

The target value (Runtime or target value)

which

Whether to use a fixed-target 'by_RT' perspective or fixed-budget 'by_FV'

Examples

generate_data.PMF(subset(dsl, funcId == 1), target = 15, which = 'by_RT')

IOHprofiler/IOHanalyzer documentation built on June 1, 2024, 8:39 p.m.