vegandocs {vegan}R Documentation

Display Package Documentation

Description

Display package documentation using pager or pdfviewer defined in options.

Usage

vegandocs(doc = c("ChangeLog", "FAQ-vegan.pdf", "vegan-FAQ.pdf", "partitioning.pdf"))

Arguments

doc The name of the document (partial match, case sensitive).

Note

The function is a kluge, since R does not have this facility (I hope it will come there). Function vignette only works with vignettes. Document “FAQ-vegan.pdf” is the proper FAQ, and “vegan-FAQ.pdf” rather describes design decision and technical details of implementatin.

Author(s)

Jari Oksanen

See Also

vignette.

Examples

## Not run: 
vegandocs("Change")
## End(Not run)

[Package vegan version 1.8-8 Index]