The R Project SVN R

Rev

Rev 59039 | Rev 67599 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61433
Line 19... Line 19...
19
\alias{mean.Date}
19
\alias{mean.Date}
20
\alias{split.Date}
20
\alias{split.Date}
21
 
21
 
22
\title{Date Class}
22
\title{Date Class}
23
\description{
23
\description{
24
  Description of the class \code{"Date"} representing calendar dates. 
24
  Description of the class \code{"Date"} representing calendar dates.
25
}
25
}
26
\usage{
26
\usage{
27
\method{summary}{Date}(object, digits = 12, \dots)
27
\method{summary}{Date}(object, digits = 12, \dots)
28
}
28
}
29
\arguments{
29
\arguments{
Line 41... Line 41...
41
  It is intended that the date should be an integer, but this is not
41
  It is intended that the date should be an integer, but this is not
42
  enforced in the internal representation.  Fractional days will be
42
  enforced in the internal representation.  Fractional days will be
43
  ignored when printing.  It is possible to produce fractional days via
43
  ignored when printing.  It is possible to produce fractional days via
44
  the \code{mean} method or by adding or subtracting (see
44
  the \code{mean} method or by adding or subtracting (see
45
  \code{\link{Ops.Date}}).
45
  \code{\link{Ops.Date}}).
46
  
46
 
47
  The print methods respect \code{\link{options}("max.print")}.
47
  The print methods respect \code{\link{options}("max.print")}.
48
}
48
}
49
\seealso{
49
\seealso{
50
  \code{\link{Sys.Date}} for the current date.
50
  \code{\link{Sys.Date}} for the current date.
51
 
51
 
52
  \code{\link{Ops.Date}} for operators on \code{"Date"} objects.
52
  \code{\link{Ops.Date}} for operators on \code{"Date"} objects.
53
  
53
 
54
  \code{\link{format.Date}} for conversion to and from character strings.
54
  \code{\link{format.Date}} for conversion to and from character strings.
55
 
55
 
56
  \code{\link{axis.Date}} and
56
  \code{\link{axis.Date}} and
57
  \code{\link{hist.Date}} for plotting.
57
  \code{\link{hist.Date}} for plotting.
58
 
58