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.circle.Rd
1
% File src/library/grid/man/grid.circle.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-2015 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.circle}
6
\name{grid.circle}
7
\alias{grid.circle}
7
\alias{grid.circle}
8
\alias{circleGrob}
8
\alias{circleGrob}
Line 22... Line 22...
22
  \item{r}{A numeric vector or unit object specifying radii.}
22
  \item{r}{A numeric vector or unit object specifying radii.}
23
  \item{default.units}{A string indicating the default units to use
23
  \item{default.units}{A string indicating the default units to use
24
    if \code{x}, \code{y}, \code{width}, or \code{height}
24
    if \code{x}, \code{y}, \code{width}, or \code{height}
25
    are only given as numeric vectors.}
25
    are only given as numeric vectors.}
26
  \item{name}{ A character identifier. }
26
  \item{name}{ A character identifier. }
27
  \item{gp}{An object of class \code{gpar}, typically the output
27
  \item{gp}{An object of class \code{"gpar"}, typically the output
28
    from a call to the function \code{gpar}.  This is basically
28
    from a call to the function \code{\link{gpar}}.  This is basically
29
    a list of graphical parameter settings.}
29
    a list of graphical parameter settings.}
30
  \item{draw}{A logical value indicating whether graphics output
30
  \item{draw}{A logical value indicating whether graphics output
31
    should be produced.}
31
    should be produced.}
32
  \item{vp}{A Grid viewport object (or NULL).}
32
  \item{vp}{A Grid viewport object (or NULL).}
33
}
33
}