From 08eb0e7b7236d7c709f618f789c2968fdb3478ef Mon Sep 17 00:00:00 2001 From: gasse Date: Fri, 13 Nov 2015 13:40:41 +0100 Subject: [PATCH] bugfix --- .gitignore | 1 + 11.plot.ilf.graph.R | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bda8999..772ff8a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ preds .Rproj.user *.Rproj README.html +results.rda diff --git a/11.plot.ilf.graph.R b/11.plot.ilf.graph.R index 0ff9f45..dd45577 100644 --- a/11.plot.ilf.graph.R +++ b/11.plot.ilf.graph.R @@ -75,10 +75,10 @@ for (db in conf.dbs) { main = sprintf("ilf-%s - %s\n%s / %s", f, db, mb.m, ci.m) - if (plot == "png") { + if (conf.plot == "png") { png(sprintf("%s.png", out.file), width = 2*480, height = 2*480) } - else if (plot == "eps") { + else if (conf.plot == "eps") { postscript(sprintf("%s.eps", out.file), horizontal=FALSE, pointsize=1/(1200), paper="special", width=10, height=10) }