The R Project SVN R

Rev

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

Rev 61153 Rev 61433
Line 7... Line 7...
7
\alias{axis.POSIXct}
7
\alias{axis.POSIXct}
8
\alias{axis.Date}
8
\alias{axis.Date}
9
\title{Date and Date-time Plotting Functions}
9
\title{Date and Date-time Plotting Functions}
10
\description{
10
\description{
11
  Functions to plot objects of classes \code{"POSIXlt"},
11
  Functions to plot objects of classes \code{"POSIXlt"},
12
  \code{"POSIXct"} and \code{"Date"} representing calendar dates and times. 
12
  \code{"POSIXct"} and \code{"Date"} representing calendar dates and times.
13
}
13
}
14
\usage{
14
\usage{
15
axis.POSIXct(side, x, at, format, labels = TRUE, \dots)
15
axis.POSIXct(side, x, at, format, labels = TRUE, \dots)
16
axis.Date(side, x, at, format, labels = TRUE, \dots)
16
axis.Date(side, x, at, format, labels = TRUE, \dots)
17
}
17
}
Line 33... Line 33...
33
 
33
 
34
  If \code{at} is supplied it specifies the locations of the ticks
34
  If \code{at} is supplied it specifies the locations of the ticks
35
  and labels whereas if \code{x} is specified a suitable grid of labels
35
  and labels whereas if \code{x} is specified a suitable grid of labels
36
  is chosen. Printing of tick labels can be suppressed by using
36
  is chosen. Printing of tick labels can be suppressed by using
37
  \code{labels = FALSE}.
37
  \code{labels = FALSE}.
38
  
38
 
39
  The date-times for a \code{"POSIXct"} input are interpreted in the
39
  The date-times for a \code{"POSIXct"} input are interpreted in the
40
  timezone give by the \code{"tzone"} attribute if there is one,
40
  timezone give by the \code{"tzone"} attribute if there is one,
41
  otherwise the current timezone.
41
  otherwise the current timezone.
42
 
42
 
43
  The way the date-times are rendered (especially month names) is
43
  The way the date-times are rendered (especially month names) is