The R Project SVN R

Rev

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

Rev 61433 Rev 62602
Line 35... Line 35...
35
    \item \code{\link{jpeg}} JPEG bitmap device
35
    \item \code{\link{jpeg}} JPEG bitmap device
36
    \item \code{\link{bmp}} BMP bitmap device
36
    \item \code{\link{bmp}} BMP bitmap device
37
    \item \code{\link{tiff}} TIFF bitmap device
37
    \item \code{\link{tiff}} TIFF bitmap device
38
#ifdef unix
38
#ifdef unix
39
 
39
 
40
    \item \code{\link{quartz}} The graphics device for the Mac OS X
40
    \item \code{\link{quartz}} The graphics device for the OS X
41
    native Quartz 2d graphics system.  (This is only functional on Mac
41
    native Quartz 2d graphics system.  (This is only functional on
42
    OS X where it can be used from the \code{R.app} GUI and from the
42
    OS X where it can be used from the \code{R.app} GUI and from the
43
    command line: but it will display on the local screen even for a
43
    command line: but it will display on the local screen even for a
44
    remote session.)
44
    remote session.)
45
#endif
45
#endif
46
  }
46
  }