devSVG              package:RSvgDevice              R Documentation

_A _S_V_G _G_r_a_p_h_i_c_s _D_r_i_v_e_r

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

     This function produces graphics suitable teh current w3 svg XML
     standard

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

     devSVG(file = "Rplots.svg", width = 10, height = 8,
            bg = "white", fg = "black", onefile=TRUE, xmlHeader=TRUE)

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

    file: the file where output will appear.

   width: The width of the plot in inches.

  height: the height of the plot in inches.

      bg: the background color for the plot.

      fg: the foreground color for the plot.

 onefile: merge plot calls into onefile or separate them to separate
          pages.

xmlHeader: Print XML header or not.

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

     This driver currently does not have any font metric information,
     so the use of 'plotmath' is not supported.

     The driver output is currently NOT specifying a DOCTYPE DTD

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

     This driver was written by T Jake Luciani jakeluciani@yahoo.com

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

     www Consortum _W3C Scalable Vector Graphics (SVG)_
     http://www.w3.org/Graphics/SVG/Overview.htm8

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

     'pictex', 'postscript', 'Devices'.

_E_x_a_m_p_l_e_s:

     devSVG()
     plot(1:11,(-5:5)^2, type='b', main="Simple Example Plot")
     dev.off()

