HowToPLW                 package:plw                 R Documentation

_V_i_e_w _H_o_w_T_o_P_L_W

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

     Finds the location of the vignette HowToPLW and optionally opens
     it.

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

     HowToPLW(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:

     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):

     Magnus Astrand

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

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

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

     HowToPLW(view=FALSE)

