limmaUsersGuide            package:limma            R Documentation

_V_i_e_w _L_i_m_m_a _U_s_e_r'_s _G_u_i_d_e

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

     Finds the location of the Limma User's Guide and optionally opens
     it.

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

     limmaUsersGuide(view=TRUE)

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

    view: logical, should the document be opened using the default PDF
          document reader?

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

     The function 'vignette("limma")' will find the short limma
     Vignette which describes how to obtain the Limma User's Guide. The
     User's Guide is not itself a true vignette because it is not
     automatically generated using 'Sweave' during the package build
     process. This means that it cannot be found using 'vignette',
     hence the need for this special function.

     If the operating system is other than Windows, then the PDF viewer
     used is that given by 'Sys.getenv("R_PDFVIEWER")'. The PDF viewer
     can be changed using 'Sys.putenv(R_PDFVIEWER=)'.

     This function is used by drop-down Vignettes menu when the Rgui
     interface for Windows is used.

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

     Character string giving the file location.

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

     Gordon Smyth

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

     'vignette', 'openPDF', 'openVignette', 'Sys.getenv', 'Sys.putenv'

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

     limmaUsersGuide(view=FALSE)

