guiViews               package:svViews               R Documentation

_G_U_I _f_u_n_c_t_i_o_n_s _t_o _m_a_n_i_p_u_l_a_t_e _a_n_d _g_e_n_e_r_a_t_e _V_i_e_w_s

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

     These function are internally used, and are not intended for
     direct manipulation.

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

         guiViewsCmd(type, typelist, command, file, ...)
         guiViewsCSS()
         guiViewsCSSChange(newCSS = "")
         guiViewsDir()
         guiViewsDisplay(viewfile, viewer = getOption("viewer"), ...)
         guiViewsFile()

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

    type: The type of View 

typelist: The list of all existing View types for this object 

 command: The code interpreted by the Viewer to switch to a different
          View 

    file: The file containing the View 

  newCSS: The path to the new CSS (Cascading Stype Sheet) file to use 

viewfile: The file containing the View 

  viewer: The viewer application used to display the View 

     ...: Further arguments passed to functions that generate the View 

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

     'guiViewsCSS()', 'guiViewsDir()', and 'guiViewsFile()' return the
     corresponding file or directory. 'guiViewsCSSChange()' returns
     either 'TRUE' or 'FALSE'. 'guiViewsCmd()' returns a string with
     the command. 'guiViewsDisplay()' return the result returned by a
     call to the viewer.

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

     Philippe Grosjean & Eric Lecoutre

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

     'view'

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

         guiViewsFile() # The name of temporary file suitable to hold a new View

