quartz               package:graphics               R Documentation

_M_a_c_O_S _X _Q_u_a_r_t_z _d_e_v_i_c_e

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

     'quartz' starts a graphics device driver for the MacOS X System.
     This can only be done on machines that run MacOS X.

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

     quartz(display = "", width = 5, height = 5, pointsize = 12,
            family = "Helvetica", antialias = TRUE, autorefresh = TRUE)

_A_r_g_u_m_e_n_t_s:

 display: the display on which the graphics window will appear. The
          default is to use the value in the user's environment
          variable 'DISPLAY'.

   width: the width of the plotting window in inches.

  height: the height of the plotting window in inches.

pointsize: the default pointsize to be used.

  family: this is the family name of the Postscript font that will be
          used by the device.

antialias: whether to use antialiasing. It is never the case to set it
          'FALSE'

autorefresh: logical specifying if realtime refreshing should be done. 
          If 'FALSE', the system is charged to refresh the context of
          the device window.

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

     Quartz is the graphic engine based on the PDF format.  It is used
     by the graphic interface of MacOS X to render high quality
     graphics. As PDF it is device independent and can be rescaled
     without loss of definition.

     Calling 'quartz()' sets '.Device' to '"quartz"'.

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

     'Devices'.

