| Line 1... |
Line 1... |
| 1 |
% File src/library/grid/man/grid.segments.Rd
|
1 |
% File src/library/grid/man/grid.segments.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.segments}
|
6 |
\name{grid.segments}
|
| 7 |
\alias{grid.segments}
|
7 |
\alias{grid.segments}
|
| 8 |
\alias{segmentsGrob}
|
8 |
\alias{segmentsGrob}
|
| Line 30... |
Line 30... |
| 30 |
\item{y1}{ Numeric indicating the stopping y-values of the line segments.}
|
30 |
\item{y1}{ Numeric indicating the stopping y-values of the line segments.}
|
| 31 |
\item{default.units}{ A string. }
|
31 |
\item{default.units}{ A string. }
|
| 32 |
\item{arrow}{A list describing arrow heads to place at either end
|
32 |
\item{arrow}{A list describing arrow heads to place at either end
|
| 33 |
of the line segments, as produced by the \code{arrow} function.}
|
33 |
of the line segments, as produced by the \code{arrow} function.}
|
| 34 |
\item{name}{ A character identifier. }
|
34 |
\item{name}{ A character identifier. }
|
| 35 |
\item{gp}{ An object of class \code{gpar}. }
|
35 |
\item{gp}{An object of class \code{"gpar"}, typically the output
|
| - |
|
36 |
from a call to the function \code{\link{gpar}}. This is basically
|
| - |
|
37 |
a list of graphical parameter settings.}
|
| 36 |
\item{draw}{ A logical value indicating whether graphics output
|
38 |
\item{draw}{ A logical value indicating whether graphics output
|
| 37 |
should be produced.}
|
39 |
should be produced.}
|
| 38 |
\item{vp}{A Grid viewport object (or NULL).}
|
40 |
\item{vp}{A Grid viewport object (or NULL).}
|
| 39 |
}
|
41 |
}
|
| 40 |
\details{
|
42 |
\details{
|