Learn R Programming

tangram (version 0.8.2)

print.cell: Print methods for tangram objects

Description

Print methods for tangram objects

Usage

# S3 method for cell
print(x, ...)

# S3 method for tangram print(x, ...)

# S3 method for summary.tangram print(x, ...)

Value

the text summary

Arguments

x

object; the item to render

...

additional arguments passed to summary

Examples

Run this code
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))

Run the code above in your browser using DataLab