viewHTMLinit             package:svViews             R Documentation

_I_n_i_t_i_a_l_i_z_e _a _V_i_e_w

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

     Create a HTML file and place a correct header in it.

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

         viewHTMLinit(objname, type, file = guiViewsFile(), CSSFile = guiViewsCSS(), command = "", view.title = getOption("view.title"))

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

 objname: Name of the object 

    type: Type of View 

    file: Name of the file where the View is created 

 CSSFile: Name of the CSS (Cascading Style Sheet) file used 

 command: The command to use for switching to a different view
          (internally used by SciViews-compatible applications) 

view.title: If 'TRUE', a title is added, otherwise no 

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

     Returns the file name invisibly.

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

     Eric Lecoutre & Philippe Grosjean

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

     'view'

