The R Project SVN R

Rev

Rev 59039 | Rev 65999 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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