Cairo              package:cairoDevice              R Documentation

_T_h_e _C_a_i_r_o _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:

     Open an R graphics device based on the Cairo vector  graphics
     library

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

     Cairo()

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

     This will open a blank (black) GTK+ window containing a 
     'GtkDrawingArea' to which R graphics are drawn via the Cairo API. 
     This functions the same as any other R graphics device. You may
     use the  conventional plot commands and expect essentially the
     same output,  except that everything is antialiased (similar to
     other vector-based  devices like Quartz).

_A_u_t_h_o_r(_s):

     Michael Lawrence

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.cairographics.org/>

