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.points.Rd
1
% File src/library/grid/man/grid.points.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-2013 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.points}
6
\name{grid.points}
7
\alias{grid.points}
7
\alias{grid.points}
8
\alias{pointsGrob}
8
\alias{pointsGrob}
Line 30... Line 30...
30
    interpretation of these values, and note \code{fill} below.}
30
    interpretation of these values, and note \code{fill} below.}
31
  \item{size}{unit object specifying the size of the plotting symbols.}
31
  \item{size}{unit object specifying the size of the plotting symbols.}
32
  \item{default.units}{string indicating the default units to use
32
  \item{default.units}{string indicating the default units to use
33
    if \code{x} or \code{y} are only given as numeric vectors.}
33
    if \code{x} or \code{y} are only given as numeric vectors.}
34
  \item{name}{character identifier. }
34
  \item{name}{character identifier. }
35
  \item{gp}{an \R object of class \code{gpar}, typically the output
35
  \item{gp}{an \R 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; note that \code{fill} (and
37
    a list of graphical parameter settings; note that \code{fill} (and
38
    not \code{bg} as in package \pkg{graphics} \code{\link{points}}) is
38
    not \code{bg} as in package \pkg{graphics} \code{\link{points}}) is
39
    used to \dQuote{fill}, i.e., color the background of symbols with
39
    used to \dQuote{fill}, i.e., color the background of symbols with
40
    \code{pch = 21:25}.}
40
    \code{pch = 21:25}.}
41
  \item{draw}{logical indicating whether graphics output should be produced.}
41
  \item{draw}{logical indicating whether graphics output should be produced.}