The R Project SVN R

Rev

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

Rev 25323 Rev 26327
Line 5... Line 5...
5
  This function draws a grill within a Grid viewport.
5
  This function draws a grill within a Grid viewport.
6
}
6
}
7
\usage{
7
\usage{
8
grid.grill(h = unit(seq(0.25, 0.75, 0.25), "npc"),
8
grid.grill(h = unit(seq(0.25, 0.75, 0.25), "npc"),
9
           v = unit(seq(0.25, 0.75, 0.25), "npc"),
9
           v = unit(seq(0.25, 0.75, 0.25), "npc"),
10
           default.units = "npc", gp=gpar(), vp = NULL)
10
           default.units = "npc", gp=gpar(col = "grey"), vp = NULL)
11
}
11
}
12
\arguments{
12
\arguments{
13
  \item{h}{A numeric vector or unit object
13
  \item{h}{A numeric vector or unit object
14
    indicating the horizontal location of the
14
    indicating the horizontal location of the
15
    vertical grill lines.}
15
    vertical grill lines.}