Learn R Programming

Agreement (version 0.8-1)

html.report: Generate a HTML Report for Agreement Statistics

Description

Generate a HTML report for an agreement object class report. Contain the plot of data and all agreement statistics and confidence limits. Require package R2HTML.

Usage

"html"(result, dir = getwd(), file = "report", CSS = "R2HTML", ...)

Arguments

result
The name of an object of class report, which can be get from function agreement.
dir
Directory to store the output file. The default is the current working directory.
file
File name.
CSS
Name of CSS file used. The default is R2HTML.
...
Arguments passed to the HTMLInitFile method.

Details

In order to use the CSS style, the CSS file has to be placed in the same directory as the report file. The default is to use the simple CSS file R2HTML.CSS included in the package R2HTML.

See Also

agreement