treemap_dv: Do a simple treemap

Description Usage Arguments Value Examples

View source: R/plots.R

Description

Do a simple treemap

Usage

1
treemap_dv(df, index, size, title)

Arguments

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

Value

A treemap object and plots the treemap

Examples

1
treemap_dv(dada2_species, c("Division", "Class"),"n_seq","Dada2" )

vaulot/dvutils documentation built on Nov. 20, 2021, 11:01 a.m.