doc {rv} | R Documentation |
Show a document file (a pdf file) from the package "doc" directory
doc(topic, package = NULL, lib.loc=NULL)
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. |
If "package" is omitted, all packages are scanned for the file name.
Jouni Kerman kerman@stat.columbia.edu http://www.stat.columbia.edu/~kerman
Kerman, Jouni and Gelman, Andrew. Manipulating and Summarizing Posterior Simulations Using Random Variable Objects. Technical report, Columbia University, New York.
## Not run: doc("rv") ## Not run: doc("R2WinBUGS")