[Xts-commits] r672 - pkg/xtsExtra/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 4 01:49:49 CEST 2012


Author: weylandt
Date: 2012-07-04 01:49:49 +0200 (Wed, 04 Jul 2012)
New Revision: 672

Modified:
   pkg/xtsExtra/R/plot.R
Log:
Missed a debugging browser() call

Modified: pkg/xtsExtra/R/plot.R
===================================================================
--- pkg/xtsExtra/R/plot.R	2012-07-03 23:46:03 UTC (rev 671)
+++ pkg/xtsExtra/R/plot.R	2012-07-03 23:49:49 UTC (rev 672)
@@ -340,7 +340,6 @@
 }
 
 do_add.shading <- function(blocks, y){
-  browser()
   for(j in seq_along(blocks[["start.time"]])){
     rect(as.POSIXct(get.elm.recycle(blocks[["start.time"]], j)), 0.5*min(y), 
          as.POSIXct(get.elm.recycle(blocks[["end.time"]], j)), 1.5 * max(y),



More information about the Xts-commits mailing list