summaryrefslogtreecommitdiff
path: root/images/nemenyi.R
blob: f7e472905ad986d97d02863e716cdd17acb85659 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env Rscript
source (sprintf ("%s/images/lsmr_global_tuning.R", Sys.getenv ("ABS_TOP_SRCDIR")))
print_win_lose_tie_plot ()
filename <- Sys.getenv ("OUTPUT")
svg (filename, width = 5, height = 5)
cd_analysis ()
dev.off ()