The R Project SVN R

Rev

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

Rev 68948 Rev 70779
Line 24... Line 24...
24
  \item{name}{one or more device names as a character vector,
24
  \item{name}{one or more device names as a character vector,
25
    or \code{NULL} to give the existing list.}
25
    or \code{NULL} to give the existing list.}
26
}
26
}
27
\details{
27
\details{
28
  The \code{X11} (Unix), \code{windows} (Windows) and \code{quartz}
28
  The \code{X11} (Unix), \code{windows} (Windows) and \code{quartz}
29
  (OS X, on-screen types only) are regarded as interactive, together
29
  (macOS, on-screen types only) are regarded as interactive, together
30
  with \code{JavaGD} (from the package of the same name) and
30
  with \code{JavaGD} (from the package of the same name) and
31
  \code{CairoWin} and \code{CairoX11} (from package \CRANpkg{Cairo}).
31
  \code{CairoWin} and \code{CairoX11} (from package \CRANpkg{Cairo}).
32
  Packages can add their devices to the list by calling
32
  Packages can add their devices to the list by calling
33
  \code{deviceIsInteractive}.
33
  \code{deviceIsInteractive}.
34
}
34
}