rtf.cell_chi2 {tangram} | R Documentation |
Convert an abstract cell_chi2 object into an rtf string
Description
Given a cell_chi2 class create an rtf representation.
Usage
## S3 method for class 'cell_chi2'
rtf(object, id, ...)
Arguments
object |
The cell chi2 to render to HTML5 |
id |
A unique identifier for traceability |
... |
additional arguments to renderer. Unused |
Value
A text string rendering of the given chi2 in rtf
[Package tangram version 0.8.2 Index]