The R Project SVN R

Rev

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

Rev 68948 Rev 85065
Line 20... Line 20...
20
\special{x + date}
20
\special{x + date}
21
\special{date - x}
21
\special{date - x}
22
\special{date1 lop date2}
22
\special{date1 lop date2}
23
}
23
}
24
\arguments{
24
\arguments{
25
  \item{date}{date objects}
25
  \item{date}{an object of class \code{"\link{Date}"}.}
26
  \item{date1, date2}{date objects or character vectors.  (Character
26
  \item{date1, date2}{date objects or character vectors.  (Character
27
    vectors are converted by \code{\link{as.Date}}.)}
27
    vectors are converted by \code{\link{as.Date}}.)}
28
  \item{x}{a numeric vector (in days) \emph{or} an object of class
28
  \item{x}{a numeric vector (in days) \emph{or} an object of class
29
    \code{"\link{difftime}"}, rounded to the nearest whole day.}
29
    \code{"\link{difftime}"}, rounded to the nearest whole day.}
30
  \item{lop}{One of \code{==}, \code{!=}, \code{<}, \code{<=}, \code{>}
30
  \item{lop}{one of \code{==}, \code{!=}, \code{<}, \code{<=}, \code{>}
31
    or \code{>=}.}
31
    or \code{>=}.}
32
}
32
}
33
\details{
33
\details{
34
  \code{x} does not need to be integer if specified as a numeric vector,
34
  \code{x} does not need to be integer if specified as a numeric vector,
35
  but see the comments about fractional days in the help for
35
  but see the comments about fractional days in the help for