The R Project SVN R

Rev

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

Rev 68948 Rev 84934
Line 1... Line 1...
1
% File src/library/base/man/dev.Rd
1
% File src/library/base/man/dev.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-2014 R Core Team
3
% Copyright 1995-2023 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{.Device}
6
\name{.Device}
7
\alias{.Device}
7
\alias{.Device}
8
\alias{.Devices}
8
\alias{.Devices}
Line 13... Line 13...
13
  A pairlist of the names of open graphics devices is stored in
13
  A pairlist of the names of open graphics devices is stored in
14
  \code{.Devices}. The name of the active device (see
14
  \code{.Devices}. The name of the active device (see
15
  \code{\link{dev.cur}}) is stored in \code{.Device}.  Both are symbols
15
  \code{\link{dev.cur}}) is stored in \code{.Device}.  Both are symbols
16
  and so appear in the base namespace.
16
  and so appear in the base namespace.
17
}
17
}
18
\value{
18
\usage{
-
 
19
.Device
-
 
20
.Devices
-
 
21
}
-
 
22
\details{
19
  \code{.Device} is a length-one character vector.
23
  \code{.Device} is a length-one character vector.
20
 
24
 
21
  \code{.Devices} is a \link{pairlist} of length-one character vectors.
25
  \code{.Devices} is a \link{pairlist} of length-one character vectors.
22
  The first entry is always \code{"null device"}, and there are as many
26
  The first entry is always \code{"null device"}, and there are as many
23
  entries as the maximal number of graphics devices which have been
27
  entries as the maximal number of graphics devices which have been