html.report: Generate a HTML Report for Agreement Statistics

Description Usage Arguments Details Author(s) See Also

View source: R/html.report.R

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

1
2
## S3 method for class 'report'
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.

Author(s)

Yue Yu <yyu@imyy.net>

See Also

agreement


Agreement documentation built on May 29, 2017, 3:30 p.m.