The R Project SVN R

Rev

Rev 89919 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89919 Rev 89921
Line 49... Line 49...
49
  \code{\link[=S4groupGeneric]{Math}} group generic.
49
  \code{\link[=S4groupGeneric]{Math}} group generic.
50
  \code{cummax} and \code{cummin} are individually S4 generic functions.
50
  \code{cummax} and \code{cummin} are individually S4 generic functions.
51
}
51
}
52
\references{
52
\references{
53
  \bibshow{R:Becker+Chambers+Wilks:1988} (\code{cumsum} only.)
53
  \bibshow{R:Becker+Chambers+Wilks:1988} (\code{cumsum} only.)
-
 
54
  
54
  \bibshow{R:Youngs+Cramer:1971} (\code{cumvar} only.)
55
  \bibshow{R:Youngs+Cramer:1971} (\code{cumvar} only.)
55
}
56
}
56
\examples{
57
\examples{
57
cumsum(1:10)
58
cumsum(1:10)
58
cumprod(1:10)
59
cumprod(1:10)