Skip to contents

Returns a tinytable::tt() object with appropriate caption and formatting for Quarto/Typst rendering.

Usage

format_cluster_tt(x, max_clusters = 30L, max_sub_peaks = 3L, digits = 3L, ...)

Arguments

x

A cluster_table object.

max_clusters

Maximum clusters to include.

max_sub_peaks

Maximum sub-peaks per cluster.

digits

Number of digits for rounding numeric columns.

...

Passed to tinytable::tt().

Value

A tinytable object.