The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 78848
Line 1... Line 1...
1
% File src/library/grid/man/grid.grill.Rd
1
% File src/library/grid/man/grid.grill.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2020 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{grid.grill}
6
\name{grid.grill}
7
\alias{grid.grill}
7
\alias{grid.grill}
8
\title{Draw a Grill}
8
\title{Draw a Grill}
Line 21... Line 21...
21
  \item{v}{A numeric vector or unit object
21
  \item{v}{A numeric vector or unit object
22
    indicating the vertical location of the
22
    indicating the vertical location of the
23
    horizontal grill lines.}
23
    horizontal grill lines.}
24
  \item{default.units}{A string indicating the default units to use
24
  \item{default.units}{A string indicating the default units to use
25
    if \code{h} or \code{v} are only given as numeric vectors.}
25
    if \code{h} or \code{v} are only given as numeric vectors.}
26
  \item{gp}{An object of class \code{gpar}, typically the output
26
  \item{gp}{An object of class \code{"gpar"}, typically the output
27
    from a call to the function \code{gpar}.  This is basically
27
    from a call to the function \code{\link{gpar}}.  This is basically
28
    a list of graphical parameter settings.}
28
    a list of graphical parameter settings.}
29
  \item{vp}{A Grid viewport object.}
29
  \item{vp}{A Grid viewport object.}
30
}
30
}
31
\value{
31
\value{
32
  None.
32
  None.