The R Project SVN R

Rev

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

Rev 68948 Rev 74856
Line 23... Line 23...
23
    (numerical) annotations are to be made at the tickmarks, or a
23
    (numerical) annotations are to be made at the tickmarks, or a
24
    character or expression vector of labels to be placed at the
24
    character or expression vector of labels to be placed at the
25
    tickpoints. If this is specified as a character or expression
25
    tickpoints. If this is specified as a character or expression
26
    vector, \code{at} should be supplied and they should be the same
26
    vector, \code{at} should be supplied and they should be the same
27
    length.}
27
    length.}
28
  \item{\dots}{Arguments to be passed to methods and perhaps then to
28
  \item{\dots}{arguments to be passed to methods and perhaps then to
29
    \code{\link{axis}}.}
29
    \code{\link{axis}}.}
30
}
30
}
31
\value{
31
\value{
32
  The numeric locations on the axis scale at which tick marks were drawn
32
  The numeric locations on the axis scale at which tick marks were drawn
33
  when the plot was first drawn (see \sQuote{Details}).
33
  when the plot was first drawn (see \sQuote{Details}).
Line 53... Line 53...
53
  There are \code{"Date"} and \code{"POSIXt"} methods which can pass an
53
  There are \code{"Date"} and \code{"POSIXt"} methods which can pass an
54
  argument \code{format} on to the appropriate \code{axis} method (see
54
  argument \code{format} on to the appropriate \code{axis} method (see
55
  \code{\link{axis.POSIXct}}).
55
  \code{\link{axis.POSIXct}}).
56
}
56
}
57
\seealso{
57
\seealso{
-
 
58
  \code{\link{axis}} (which is eventually called from all \code{Axis()}
58
  \code{\link{axis}}.
59
  methods in package \pkg{graphics}.
59
}
60
}
60
\keyword{aplot}
61
\keyword{aplot}