ECDF_Aggregated"

knitr::opts_chunk$set(echo = FALSE)
dsList <- subset(dsl, algId %in% algs)

if (!input$RTECDF.Aggr.Func) 
  dsList <- subset(dsList, funcId == input$Overall.Funcid)
if (!input$RTECDF.Aggr.Dim) 
  dsList <- subset(dsList, DIM == input$Overall.Dim)
#TODO: Add support for the custom targets
p <- Plot.RT.ECDF_Multi_Func(dsList, 
                            scale.xlog = input$RTECDF.Aggr.Logx)
save_plotly(p, 'ECDF_Aggr.pdf', 'pdf', width = 1000, height = 500)

Aggregated ECDF plot on r if(input$RTECDF.Aggr.Func) paste("all functions ") r if(input$RTECDF.Aggr.Dim) paste("all dimensions ")

include_graphics('ECDF_Aggr.pdf')


Try the IOHanalyzer package in your browser

Any scripts or data that you put into this service are public.

IOHanalyzer documentation built on Sept. 20, 2023, 5:07 p.m.