Rev 26327 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{grid.grill}\alias{grid.grill}\title{Draw a Grill}\description{This function draws a grill within a Grid viewport.}\usage{grid.grill(h = unit(seq(0.25, 0.75, 0.25), "npc"),v = unit(seq(0.25, 0.75, 0.25), "npc"),default.units = "npc", gp=gpar(col = "grey"), vp = NULL)}\arguments{\item{h}{A numeric vector or unit objectindicating the horizontal location of thevertical grill lines.}\item{v}{A numeric vector or unit objectindicating the vertical location of thehorizontal grill lines.}\item{default.units}{A string indicating the default units to useif \code{h} or \code{v} are only given as numeric vectors.}\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{vp}{A Grid viewport object.}}\value{None.}\author{Paul Murrell}\seealso{\link{Grid},\code{\link{viewport}}.}\keyword{dplot}