From bbc43f6ad520530afc999448b8d7b41113e202b8 Mon Sep 17 00:00:00 2001 From: Daria Zenkova Date: Wed, 7 Sep 2016 13:45:33 +0300 Subject: [PATCH] some minor improvements in file management --- R/pcaPlot.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pcaPlot.R b/R/pcaPlot.R index d464641..67a4a82 100644 --- a/R/pcaPlot.R +++ b/R/pcaPlot.R @@ -71,5 +71,5 @@ pcaPlot <- function(es, columns=c(), rows=c(), c1, c2, size="", colour="", label print(capture.output(str(g))) - return(f) + return(basename(f)) } -- GitLab