xfig                  package:base                  R Documentation

_X_F_i_g _G_r_a_p_h_i_c_s _D_e_v_i_c_e

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

     `xfig' starts the graphics device driver for producing XFig
     (version 3.2) graphics.

     The auxiliary function `ps.options' can be used to set and view
     (if called without arguments) default values for the arguments to
     `xfig' and `postscript'.

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

     xfig(file = "Rplots.fig", ...)

_D_e_t_a_i_l_s:

     Although `xfig' can produce multiple plots in one file, the XFig
     format does not say how to separate or view them. So
     `onefile=FALSE' is the default.

_N_o_t_e:

     One some line textures (`0 <= lty > 4') are used. Eventually this
     will be partially remedied, but the XFig file format does not
     allow as general line textures as the R model.  Unimplemented line
     textures are displayed as dash-double-dotted.

     There is a limit of 512 colours (plus white and black) per file.

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

     `Devices', `postscript'.

