my_voronoi_treemap: My Voronoi treemap plot

my_voronoi_treemapR Documentation

My Voronoi treemap plot

Description

My Voronoi treemap plot

Usage

my_voronoi_treemap(test, ...)

Arguments

test

a three-columns dataframe with hierarchical structure

...

look for parameters in vt_d3

Value

htmlwidget

Examples


data(otutab)
cbind(taxonomy, num = rowSums(otutab))[1:10, c(4, 7, 8)] -> test
if (requireNamespace("voronoiTreemap")) {
  my_voronoi_treemap(test)
}


pcutils documentation built on June 26, 2024, 1:06 a.m.