diff --git a/R/pcaPlot.R b/R/pcaPlot.R index d4646411b2f50f82b8fb803f3309859e265fe5e8..67a4a8226163584fc01e6956c9276f2db27893d2 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)) }