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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Jun 22 06:40:55 CEST 2012


Author: weylandt
Date: 2012-06-22 06:40:55 +0200 (Fri, 22 Jun 2012)
New Revision: 652

Modified:
   pkg/xtsExtra/R/plot.R
Log:
Fixed typo -- three 's'-s in session

Modified: pkg/xtsExtra/R/plot.R
===================================================================
--- pkg/xtsExtra/R/plot.R	2012-06-22 04:35:30 UTC (rev 651)
+++ pkg/xtsExtra/R/plot.R	2012-06-22 04:40:55 UTC (rev 652)
@@ -30,9 +30,10 @@
 #    Combine OHLC and multi-panel (i.e., if passed cbind(SPY, AGG)) 
 #    Smarter OHLC candle width? I like bar width
 #    Change default OHLC colors
+#    Support up/down OHLC bar colors or is it better to use quantmod at this point?
 #    ylab.loc = c("left", "right", "out","in","flip","above") -- above kills panel alignment automatically
 #    Refactor plotting functionality into some non-exported bits
-#    It stopped handling ylab when I did the axis hardcoding -- should be smarter
+#    It stopped showing ylab when I did the axis hardcoding -- should be fixed with margins
 #    x <- as.xts(sample_matrix); plot(cbind(x, x[,1]), layout = matrix(1:6, ncol = 2)) -- is this a bug?: JMU
 #    Option to have fixed y-scale throughout
 #    xlim smart subsetting should be panel-wise
@@ -303,7 +304,7 @@
   
   if(QUANTMOD_MESSAGE) {
     message("Note that CRAN Package quantmod provides much better OHLC charting.\n",
-            "This message will show once per sesion.")
+            "This message will show once per session.")
     assignInMyNamespace("QUANTMOD_MESSAGE",FALSE) 
     # Is there a better way to do this ? 
     # I'd think lexical scoping but I get a locked binding error



More information about the Xts-commits mailing list