openVignette             package:Biobase             R Documentation

_O_p_e_n _a _s_e_l_e_c_t_e_d _V_i_g_n_e_t_t_e

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

     Using the data returned by 'vignette' this function provides a
     simple easy to use interface for opening vignettes.

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

     openVignette(package=NULL)

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

 package: character string indicating the package to be used.

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

     If 'package' is NULL then all packages are scanned for vignettes. 
     The list of vignettes is presented to the user via the 'menu'
     command.  The user may select one of the vignettes to be opened in
     a PDF viewer.

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

     No value is returned; this function is run entirely for the side
     effect of opening the pdf document in the PDF viewer.

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

     R. Gentleman

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

     'vignette', 'openPDF', 'menu', 'getPkgVigs'

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

       if( interactive() )
         openVignette("Biobase")

