Devices                 package:base                 R Documentation

_L_i_s_t _o_f _G_r_a_p_h_i_c_a_l _D_e_v_i_c_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     The following graphics devices are currently available:

        *  postscript Writes PostScript graphics commands to a file

        *  pictex Writes LaTeX/PicTeX graphics commands to a file

        *  windows The graphics driver for Windows (on screen, to
           printer and to Windows metafile.

        *  png PNG bitmap device

        *  jpeg JPEG bitmap device

        *  bmp BMP bitmap device

_U_s_a_g_e:

     postscript(...)
     pictex(...)  
     windows(...)
     png(...)
     jpeg(...)
     bmp(...)

_S_e_e _A_l_s_o:

     the individual help files for further information on any of the
     devices listed here;

     `dev.cur', `dev.print', `graphics.off', `image', `dev2bitmap'

