Description Usage Arguments Value Examples
Do a simple treemap
1 | treemap_dv(df, index, size, title)
|
df |
Data frame |
index |
Character vector - what variables are used for categories |
size |
Character - what variable is use for size of boxes |
title |
Character - Title |
A treemap object and plots the treemap
1 | treemap_dv(dada2_species, c("Division", "Class"),"n_seq","Dada2" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.