Learn R Programming

mefa (version 3.2-9)

mefadocs: Display Package Documentation

Description

Display package documentation using pager or pdfviewer defined in options.

Usage

mefadocs(doc = c("ChangeLog","SampleReport"))

Arguments

doc

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

Author

P\'eter S\'olymos (solymos@ualberta.ca) adapted Jari Oksanen's vegandocs function in the vegan package.

Details

"ChangeLog" contains version history, "SampleReport" shows an example LaTeX document how to use report.mefa to prepare Sweave reports based on faunistic data.

Examples

Run this code
if (FALSE) {
mefadocs("Change")
mefadocs("Sample")
}

Run the code above in your browser using DataLab