Rev 26419 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{grid.yaxis}\alias{grid.yaxis}\title{Draw a Y-Axis on a Grid Viewport}\description{This function draws a y-axis.}\usage{grid.yaxis(at = NULL, label = TRUE, main = TRUE, gp =gpar(),draw = TRUE, vp = NULL)}\arguments{\item{at}{A numeric vector of y-value locations for the tick marks.}\item{label}{A logical value indicating whether to draw the labelson the tick marks.}\item{main}{A logical value indicating whether to draw the axisat the left (\code{TRUE}) or at the right (\code{FALSE}) of theviewport.}\item{gp}{An object of class \code{gpar}, typically the outputfrom a call to the function \code{gpar}. This is basicallya list of graphical parameter settings.}\item{draw}{A logical value indicating whether graphics outputshould be produced.}\item{vp}{A Grid viewport obect (or \code{NULL}).}}\value{An object of class \code{"grob"}.}\details{The \code{"grob"} object contains an object of class \code{"yaxis"}.}\author{Paul Murrell}\seealso{\link{Grid},\code{\link{viewport}},\code{\link{grid.xaxis}}}\keyword{dplot}