Learn R Programming

immunarch (version 0.6.4)

vis_treemap: Visualisation of data frames and matrices using treemaps

Description

Visualisation of data frames and matrices using treemaps

Usage

vis_treemap(.data, ...)

Arguments

.data

Input data frame or matrix.

...

Other arguments passed to treemap.

Value

A treemap object.

Examples

Run this code
# NOT RUN {
data(immdata)
gu <- geneUsage(immdata$data)
vis_treemap(gu)

# }

Run the code above in your browser using DataLab