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 a Y-Axis on a Grid Viewport}
3
\title{Draw a Y-Axis on a Grid Viewport}
4
\description{
4
\description{
5
  This function draws a y-axis.
5
  This function draws a y-axis.
6
}
6
}
7
\usage{
7
\usage{
8
grid.yaxis(at = NA, label = TRUE, main = TRUE, gp  =gpar(),
8
grid.yaxis(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 y-value locations for the tick marks.}
12
  \item{at}{A numeric vector of y-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