doc {rv}R Documentation

Show a document (pdf) file from the package directory

Description

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

Usage

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

Arguments

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.

Details

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

Author(s)

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

References

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

Examples

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

[Package rv version 0.911 Index]