| Line 1... |
Line 1... |
| 1 |
% File src/library/grid/man/grid.lines.Rd
|
1 |
% File src/library/grid/man/grid.lines.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.lines}
|
6 |
\name{grid.lines}
|
| 7 |
\alias{grid.lines}
|
7 |
\alias{grid.lines}
|
| 8 |
\alias{linesGrob}
|
8 |
\alias{linesGrob}
|
| Line 37... |
Line 37... |
| 37 |
\item{default.units}{A string indicating the default units to use
|
37 |
\item{default.units}{A string indicating the default units to use
|
| 38 |
if \code{x} or \code{y} are only given as numeric vectors.}
|
38 |
if \code{x} or \code{y} are only given as numeric vectors.}
|
| 39 |
\item{arrow}{A list describing arrow heads to place at either end
|
39 |
\item{arrow}{A list describing arrow heads to place at either end
|
| 40 |
of the line, as produced by the \code{arrow} function.}
|
40 |
of the line, as produced by the \code{arrow} function.}
|
| 41 |
\item{name}{ A character identifier. }
|
41 |
\item{name}{ A character identifier. }
|
| 42 |
\item{gp}{An object of class \code{gpar}, typically the output
|
42 |
\item{gp}{An object of class \code{"gpar"}, typically the output
|
| 43 |
from a call to the function \code{gpar}. This is basically
|
43 |
from a call to the function \code{\link{gpar}}. This is basically
|
| 44 |
a list of graphical parameter settings.}
|
44 |
a list of graphical parameter settings.}
|
| 45 |
\item{draw}{A logical value indicating whether graphics output
|
45 |
\item{draw}{A logical value indicating whether graphics output
|
| 46 |
should be produced.}
|
46 |
should be produced.}
|
| 47 |
\item{vp}{A Grid viewport object (or NULL).}
|
47 |
\item{vp}{A Grid viewport object (or NULL).}
|
| 48 |
\item{id}{A numeric vector used to separate locations in \code{x} and
|
48 |
\item{id}{A numeric vector used to separate locations in \code{x} and
|