[Distr-commits] r954 - branches/distr-2.6/pkg/distr/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Aug 10 17:22:52 CEST 2014
Author: ruckdeschel
Date: 2014-08-10 17:22:52 +0200 (Sun, 10 Aug 2014)
New Revision: 954
Modified:
branches/distr-2.6/pkg/distr/R/qqplot.R
Log:
[distr] captured output in qqplot by invisible()
Modified: branches/distr-2.6/pkg/distr/R/qqplot.R
===================================================================
--- branches/distr-2.6/pkg/distr/R/qqplot.R 2014-08-10 15:04:38 UTC (rev 953)
+++ branches/distr-2.6/pkg/distr/R/qqplot.R 2014-08-10 15:22:52 UTC (rev 954)
@@ -114,6 +114,6 @@
}
}
}
- return(c(ret,qqb))
+ return(invisible(c(ret,qqb)))
})
More information about the Distr-commits
mailing list