stamp_plot: Stamp style plot

stamp_plotR Documentation

Stamp style plot

Description

Stamp style plot

Usage

stamp_plot(otutab, group_df, set_order = NULL, pal = NULL)

Arguments

otutab

otutab

group_df

a dataframe with rowname same to dist and one group column

set_order

set order of factor levels

pal

palette

Value

ggplot

Examples

data(otutab, package = "pcutils")
if (requireNamespace("ggfun")) stamp_plot(otutab[1:10, 1:12], metadata["Group"])

pctax documentation built on Feb. 9, 2026, 9:06 a.m.