count_table {scregclust} | R Documentation |
Format count table nicely
Description
Format count table nicely
Usage
count_table(counts, title, row_names, col_width = 5)
Arguments
counts |
a list of count vectors with |
title |
title above the table |
row_names |
a vector of row names, one for each count vector |
col_width |
minimum width for columns |
Value
A string formatted as a table
[Package scregclust version 0.2.0 Index]