vegandocs {vegan} | R Documentation |
Display package documentation using pager
or pdfviewer
defined in options
.
vegandocs(doc = c("ChangeLog", "FAQ-vegan.pdf", "vegan-FAQ.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. Document “FAQ-vegan.pdf” is the proper FAQ, and
“vegan-FAQ.pdf” rather describes design decision and technical
details of implementatin.
Jari Oksanen
## Not run: vegandocs("Change") ## End(Not run)