[Highfrequency-commits] r90 - pkg/highfrequency/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 1 09:46:43 CEST 2014


Author: kboudt
Date: 2014-09-01 09:46:42 +0200 (Mon, 01 Sep 2014)
New Revision: 90

Modified:
   pkg/highfrequency/man/aggregatePrice.Rd
Log:


Modified: pkg/highfrequency/man/aggregatePrice.Rd
===================================================================
--- pkg/highfrequency/man/aggregatePrice.Rd	2014-08-31 18:18:35 UTC (rev 89)
+++ pkg/highfrequency/man/aggregatePrice.Rd	2014-09-01 07:46:42 UTC (rev 90)
@@ -12,7 +12,7 @@
 
 \usage{
 aggregatePrice(ts,FUN = previoustick,on="minutes",k=1,
-marketopen,marketclose)
+                 marketopen = "09:30:00", marketclose = "16:00:00", tz = "GMT"))
 }
 
 \arguments{
@@ -23,6 +23,7 @@
 xts object to the 5 minute frequency set k=5 and on="minutes".}
 \item{marketopen}{the market opening time, by default: marketopen = "09:30:00". }
 \item{marketclose}{the market closing time, by default: marketclose = "16:00:00". }
+\item{tz}{time zone used, by default: tz = "GMT". }
 }
 
 \section{Details}{



More information about the Highfrequency-commits mailing list