[R-gregmisc-users] SF.net SVN: r-gregmisc:[1947] trunk/gplots/R/overplot.R
Brought to you by:
warnes
From: <wa...@us...> - 2015-04-23 21:18:49
|
Revision: 1947 http://sourceforge.net/p/r-gregmisc/code/1947 Author: warnes Date: 2015-04-23 21:18:42 +0000 (Thu, 23 Apr 2015) Log Message: ----------- - Remove stray browser() call from overplot() Modified Paths: -------------- trunk/gplots/R/overplot.R Modified: trunk/gplots/R/overplot.R =================================================================== --- trunk/gplots/R/overplot.R 2015-04-23 21:10:33 UTC (rev 1946) +++ trunk/gplots/R/overplot.R 2015-04-23 21:18:42 UTC (rev 1947) @@ -58,8 +58,6 @@ x.all.min <- min(x, na.rm=TRUE) x.all.max <- max(x, na.rm=TRUE) - if(y.all.min==y.all.max) browser() - if (length(cond) == 0) { cond <- list(as.factor(rep(1, length(x)))) } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |