rtf.cell_fstat {tangram}R Documentation

Convert an abstract cell_fstat object into an RTF string

Description

Given a cell_fstat class create an RTF representation.

Usage

## S3 method for class 'cell_fstat'
rtf(object, id, ...)

Arguments

object

The cell fstat to render to RTF

id

A unique identifier for traceability

...

additional arguments to renderer. Unused

Value

A text string rendering of the given fstat as a <td> with several <span>'s.


[Package tangram version 0.8.2 Index]