print.cell {tangram} | R Documentation |
Print methods for tangram objects
Description
Print methods for tangram objects
Usage
## S3 method for class 'cell'
print(x, ...)
## S3 method for class 'tangram'
print(x, ...)
## S3 method for class 'summary.tangram'
print(x, ...)
Arguments
x |
object; the item to render |
... |
additional arguments passed to summary |
Value
the text summary
Examples
print(cell_label("123"))
print(hmisc_iqr(rnorm(20)))
print(hmisc_fraction(45, 137))
print(tangram(1,1) %>%
row_header("row") %>%
col_header(1,2,3) %>%
add_col("A","B","C"))
print(tangram(drug~bili, pbc))
[Package tangram version 0.8.2 Index]