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.polygon.Rd
1
% File src/library/grid/man/grid.polygon.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.polygon}
6
\name{grid.polygon}
7
\alias{grid.polygon}
7
\alias{grid.polygon}
8
\alias{polygonGrob}
8
\alias{polygonGrob}
Line 33... Line 33...
33
    locations which make up separate polygons.}
33
    locations which make up separate polygons.}
34
  \item{default.units}{A string indicating the default units to use
34
  \item{default.units}{A string indicating the default units to use
35
    if \code{x}, \code{y}, \code{width}, or \code{height}
35
    if \code{x}, \code{y}, \code{width}, or \code{height}
36
    are only given as numeric vectors.}
36
    are only given as numeric vectors.}
37
  \item{name}{ A character identifier. }
37
  \item{name}{ A character identifier. }
38
  \item{gp}{An object of class \code{gpar}, typically the output
38
  \item{gp}{An object of class \code{"gpar"}, typically the output
39
    from a call to the function \code{gpar}.  This is basically
39
    from a call to the function \code{\link{gpar}}.  This is basically
40
    a list of graphical parameter settings.}
40
    a list of graphical parameter settings.}
41
  \item{draw}{A logical value indicating whether graphics output
41
  \item{draw}{A logical value indicating whether graphics output
42
    should be produced.}
42
    should be produced.}
43
  \item{vp}{A Grid viewport object (or NULL).}
43
  \item{vp}{A Grid viewport object (or NULL).}
44
}
44
}