The R Project SVN R

Rev

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

Rev 76083 Rev 78848
Line 1... Line 1...
1
% File src/library/grid/man/grid.path.Rd
1
% File src/library/grid/man/grid.path.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-2011 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.path}
6
\name{grid.path}
7
\alias{grid.path}
7
\alias{grid.path}
8
\alias{pathGrob}
8
\alias{pathGrob}
Line 40... Line 40...
40
    \code{"winding"} or \code{"evenodd"}.}
40
    \code{"winding"} or \code{"evenodd"}.}
41
  \item{default.units}{A string indicating the default units to use
41
  \item{default.units}{A string indicating the default units to use
42
    if \code{x} or \code{y}
42
    if \code{x} or \code{y}
43
    are only given as numeric vectors.}
43
    are only given as numeric vectors.}
44
  \item{name}{ A character identifier. }
44
  \item{name}{ A character identifier. }
45
  \item{gp}{An object of class \code{gpar}, typically the output
45
  \item{gp}{An object of class \code{"gpar"}, typically the output
46
    from a call to the function \code{gpar}.  This is basically
46
    from a call to the function \code{\link{gpar}}.  This is basically
47
    a list of graphical parameter settings.}
47
    a list of graphical parameter settings.}
48
  \item{vp}{A Grid viewport object (or NULL).}
48
  \item{vp}{A Grid viewport object (or NULL).}
49
  \item{\dots}{Arguments passed to \code{pathGrob()}.}
49
  \item{\dots}{Arguments passed to \code{pathGrob()}.}
50
}
50
}
51
\value{
51
\value{