knitr::opts_chunk$set(echo = FALSE)
dsl_sub <- subset(dsl, DIM == dim && algId %in% algs)
p <- Plot.FV.Multi_Func(dsl_sub,
                        scale.xlog = input$FCEPlot.Multi.Logx,
                        scale.ylog = input$FCEPlot.Multi.Logy)
save_plotly(p, paste0('FCE_multi_', dim, 'D.pdf'), 'pdf', width = 1000, height = 1200)

ERT plot of all functions in r paste(dim)D

r}, results='asis', fig.align='center', fig.cap="TEsting", fig.width=500, fig.height=600, fig.pos='!hbt'} include_graphics(paste0('FCE_multi_', dim, 'D.pdf'))



IOHprofiler/IOHanalyzer documentation built on Feb. 1, 2024, 11:35 a.m.