The R Project SVN R

Rev

Rev 68948 | Go to most recent revision | 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.function.Rd
1
% File src/library/grid/man/grid.function.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.function}
6
\name{grid.function}
7
\alias{grid.function}
7
\alias{grid.function}
8
\alias{functionGrob}
8
\alias{functionGrob}
Line 30... Line 30...
30
    for the \code{x} and \code{y} values generated by the function.}
30
    for the \code{x} and \code{y} values generated by the function.}
31
  \item{intercept}{ Numeric.}
31
  \item{intercept}{ Numeric.}
32
  \item{slope}{ Numeric. }
32
  \item{slope}{ Numeric. }
33
  \item{\dots}{ Arguments passed to \code{grid.function()}}
33
  \item{\dots}{ Arguments passed to \code{grid.function()}}
34
  \item{name}{ A character identifier. }
34
  \item{name}{ A character identifier. }
35
  \item{gp}{An object of class \code{gpar}, typically the output
35
  \item{gp}{An object of class \code{"gpar"}, typically the output
36
    from a call to the function \code{gpar}.  This is basically
36
    from a call to the function \code{\link{gpar}}.  This is basically
37
    a list of graphical parameter settings.}
37
    a list of graphical parameter settings.}
38
  \item{vp}{A Grid viewport object (or NULL).}
38
  \item{vp}{A Grid viewport object (or NULL).}
39
}
39
}
40
\details{
40
\details{
41
  \code{n} values are generated and passed to the function \code{f}
41
  \code{n} values are generated and passed to the function \code{f}