| vegandocs {vegan} | R Documentation |
Display package documentation using pager or pdfviewer
defined in options.
vegandocs(doc = c("NEWS", "ChangeLog", "FAQ-vegan.pdf",
"intro-vegan.pdf", "diversity-vegan.pdf", "decision-vegan.pdf",
"partitioning.pdf"))
doc |
The name of the document (partial match, case sensitive). |
The function is a kluge, since R does not have this facility (I hope
it will come there). Function vignette only works with
vignettes.
Jari Oksanen
## Not run:
vegandocs("Change")
## End(Not run)