Stamp style plot

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"])
#> Loading required namespace: ggfun