View source: R/benchmark-methods.R
makeAllPlots | R Documentation |
Outputs plots of benchmark results for different inference methods
makeAllPlots( resultTable1, resultTable2, resultTable3, resultTable4, labelBP = c("1", "2", "3", "4"), labelHead = c("1", "2", "3", "4"), fileName = "Test", width = 7, height = 4.1, niceBoxPlot = FALSE, retP = FALSE )
resultTable1 |
result table 1 of function benchmarkMultipleNets() |
resultTable2 |
result table 2 of function benchmarkMultipleNets() |
resultTable3 |
result table 3 of function benchmarkMultipleNets() |
resultTable4 |
result table 4 of function benchmarkMultipleNets() |
labelBP |
label |
labelHead |
label head |
fileName |
file name |
width |
figure width |
height |
figure height |
niceBoxPlot |
if TRUE, only a fraction of points (150) are plotted in boxplot |
retP |
if TRUE, a plot is returned for summary plot, otherwise no ruturn |
plot of benchmark results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.