[Eventstudies-commits] r419 - pkg/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 8 17:47:11 CEST 2015
Author: chiraganand
Date: 2015-04-08 17:47:11 +0200 (Wed, 08 Apr 2015)
New Revision: 419
Modified:
pkg/man/remap.cumprod.Rd
pkg/man/remap.cumsum.Rd
Log:
Improved description of z argument.
Modified: pkg/man/remap.cumprod.Rd
===================================================================
--- pkg/man/remap.cumprod.Rd 2015-04-08 15:42:10 UTC (rev 418)
+++ pkg/man/remap.cumprod.Rd 2015-04-08 15:47:11 UTC (rev 419)
@@ -11,8 +11,9 @@
}
\arguments{
- \item{z}{a \pkg{zoo} object indexed by event time obtained from
- \code{\link{phys2eventtime}}.}
+ \item{z}{a \pkg{zoo} object indexed by event time, typically by the
+ \dQuote{z.e} component obtained from \dQuote{phys2eventtime}
+ function.}
\item{is.pc}{\sQuote{logical}, whether input is a percentage. Default
value set to \sQuote{FALSE}.}
Modified: pkg/man/remap.cumsum.Rd
===================================================================
--- pkg/man/remap.cumsum.Rd 2015-04-08 15:42:10 UTC (rev 418)
+++ pkg/man/remap.cumsum.Rd 2015-04-08 15:47:11 UTC (rev 419)
@@ -12,8 +12,9 @@
}
\arguments{
- \item{z}{a \pkg{zoo} object indexed by event time obtained from
- \dQuote{phys2eventtime}.}
+ \item{z}{a \pkg{zoo} object indexed by event time, typically by the
+ \dQuote{z.e} component obtained from \dQuote{phys2eventtime}
+ function.}
\item{is.pc}{\sQuote{logical}, whether input is a percentage. Default
value set to \sQuote{FALSE}.}
More information about the Eventstudies-commits
mailing list