rtf.cell_label {tangram} | R Documentation |
Given a cell_label class create an RTF representation.
Description
Given a cell_label class create an RTF representation.
Usage
## S3 method for class 'cell_label'
rtf(object, id, ..., point = 18)
Arguments
object |
The cell label to render to RTF |
id |
A unique identifier for traceability |
... |
additional arguments to renderer. Unused |
point |
size of main font for cell label |
Value
An RTF text string rendering of the given label.
[Package tangram version 0.8.2 Index]