The R Project SVN R

Rev

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

Rev 26325 Rev 26419
Line 3... Line 3...
3
\title{Draw an X-Axis on a Grid Viewport}
3
\title{Draw an X-Axis on a Grid Viewport}
4
\description{
4
\description{
5
  This function draws an x-axis.
5
  This function draws an x-axis.
6
}
6
}
7
\usage{
7
\usage{
8
grid.xaxis(at = NA, label = TRUE, main = TRUE, gp = gpar(),
8
grid.xaxis(at = NULL, label = TRUE, main = TRUE, gp = gpar(),
9
           draw = TRUE, vp = NULL)
9
           draw = TRUE, vp = NULL)
10
}
10
}
11
\arguments{
11
\arguments{
12
  \item{at}{A numeric vector of x-value locations for the tick marks.}
12
  \item{at}{A numeric vector of x-value locations for the tick marks.}
13
  \item{label}{A logical value indicating whether to draw the labels
13
  \item{label}{A logical value indicating whether to draw the labels