Windows                package:svGUI                R Documentation

_A _g_r_a_p_h_i_c _w_i_n_d_o_w _d_i_s_p_l_a_y_e_d _i_n _t_h_e _G_U_I _c_l_i_e_n_t (_f_o_r _W_i_n_d_o_w_s _o_n_l_y!)

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

     This is similar to 'windows' under Windows, but the device is
     displayed in the GUI client.

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

     Windows(width = 7, height = 7, pointsize = 12, record = getOption("graphics.record"),
         rescale = c("R", "fit", "fixed"), xpinch, ypinch, bg = "transparent", canvas = "white",
         gamma = getOption("gamma"), xpos = NA, ypos = NA, buffered = getOption("windowsBuffered"))

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

   width: The width of the graph device 

  height: The height of the graph device 

pointsize: The base size of the font 

  record: Should recording mode be turned on? 

 rescale: The way the graph is rescaled 

  xpinch: X aspect ratio of the screen 

  ypinch: Y aspect ratio of the screen 

      bg: Color for the background 

  canvas: Color for the canvas 

   gamma: Gamma correction to apply 

    xpos: X position of the window 

    ypos: Y position of the window 

buffered: Should the window be buffered? 

_V_a_l_u_e:

     A new graph device is created.

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

     Philippe Grosjean (phgrosjean@sciviews.org)

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

     'guiStart'

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

         #### TO DO...

