openVignette package:Biobase R Documentation _O_p_e_n _a _V_i_g_n_e_t_t_e _o_r _S_h_o_w _V_i_g_n_e_t_t_e _S_e_l_e_c_t_i_o_n _M_e_n_u _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")