The R Project SVN R

Rev

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

Rev 87537 Rev 87569
Line 26... Line 26...
26
  \itemize{
26
  \itemize{
27
    \item A number, taken to be in days.
27
    \item A number, taken to be in days.
28
    \item A object of class \code{\link{difftime}}
28
    \item A object of class \code{\link{difftime}}
29
    \item A character string, containing one of \code{"day"},
29
    \item A character string, containing one of \code{"day"},
30
    \code{"week"}, \code{"month"}, \code{"quarter"} or \code{"year"}, or a
30
    \code{"week"}, \code{"month"}, \code{"quarter"} or \code{"year"}, or a
31
    \code{\link{pmatch}()}able abbreviaton of these.
31
    \code{\link{pmatch}()}able abbreviation of these.
32
    This can optionally be preceded by a (positive or negative) integer
32
    This can optionally be preceded by a (positive or negative) integer
33
    and a space, or followed by \code{"s"}.
33
    and a space, or followed by \code{"s"}.
34
 
34
 
35
    See \code{\link{seq.POSIXt}} for the details of \code{"month"}.
35
    See \code{\link{seq.POSIXt}} for the details of \code{"month"}.
36
 
36