The R Project SVN R

Rev

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

Rev 85408 Rev 85550
Line 44... Line 44...
44
  \code{dev.print} copies the graphics contents of the current device
44
  \code{dev.print} copies the graphics contents of the current device
45
  to a new device which has been created by the function specified by
45
  to a new device which has been created by the function specified by
46
  \code{device} and then shuts the new device.
46
  \code{device} and then shuts the new device.
47
 
47
 
48
  \code{dev.copy2eps} is similar to \code{dev.print} but produces an
48
  \code{dev.copy2eps} is similar to \code{dev.print} but produces an
49
  EPSF output file in portrait orientation (\code{horizontal = FALSE}).
49
  \abbr{EPSF} output file in portrait orientation (\code{horizontal = FALSE}).
50
  \code{dev.copy2pdf} is the analogue for PDF output.
50
  \code{dev.copy2pdf} is the analogue for PDF output.
51
 
51
 
52
  \code{dev.control} allows the user to control the recording of
52
  \code{dev.control} allows the user to control the recording of
53
  graphics operations in a device.  If \code{displaylist} is \code{"inhibit"}
53
  graphics operations in a device.  If \code{displaylist} is \code{"inhibit"}
54
  (\code{"enable"}) then recording is turned off (on). It is only safe
54
  (\code{"enable"}) then recording is turned off (on). It is only safe