doc                    package:rv                    R Documentation

_S_h_o_w _a _d_o_c_u_m_e_n_t (_p_d_f) _f_i_l_e _f_r_o_m _t_h_e _p_a_c_k_a_g_e _d_i_r_e_c_t_o_r_y

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

     Show a document file (a pdf file) from the package "doc" directory

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

     doc(topic, package = NULL, lib.loc=NULL)

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

   topic: a character string giving the (base) name of the pdf file to
          view. If omitted, all available pdf files are listed.

 package: a character vector with the names of packages to search
          through, or NULL in which case all available packages in the
          library trees specified by lib.loc are searched.

 lib.loc: a character vector of directory names of R libraries, or
          NULL. The default value of NULL corresponds to all libraries
          currently known.

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

     If "package" is omitted, all packages are scanned for the file
     name.

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

     Jouni Kerman kerman@stat.columbia.edu <URL:
     http://www.stat.columbia.edu/~kerman>

_R_e_f_e_r_e_n_c_e_s:

     Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing
     Posterior Simulations  Using Random Variable Objects. Technical
     report, Columbia University, New York.

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

       ## Not run: doc("rv")
       ## Not run: doc("R2WinBUGS")

