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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jul 13 01:22:42 CEST 2012


Author: weylandt
Date: 2012-07-13 01:22:42 +0200 (Fri, 13 Jul 2012)
New Revision: 679

Modified:
   pkg/xtsExtra/R/plot.R
Log:
No need to assign .plot.xts twice on exit

Modified: pkg/xtsExtra/R/plot.R
===================================================================
--- pkg/xtsExtra/R/plot.R	2012-07-12 23:18:44 UTC (rev 678)
+++ pkg/xtsExtra/R/plot.R	2012-07-12 23:22:42 UTC (rev 679)
@@ -175,7 +175,6 @@
     
   }  
   title(main, outer = TRUE) # outer = length(levels(screens)) > 1L)
-  assign(".plot.xts",recordPlot(),.GlobalEnv)
   return(invisible(reclass(x)))
 }
 



More information about the Xts-commits mailing list