View source: R/hierarchical_dend.R
merge_node_param | R Documentation |
Parameters to merge branches in subgroup dendrogram.
merge_node_param(depth = Inf, min_n_signatures = -Inf,
min_p_signatures = -Inf)
depth |
Depth of the dendrogram. |
min_n_signatures |
Minimal number of signatures for the partitioning on each node. |
min_p_signatures |
Minimal fraction of sigatures compared to the total number of rows on each node. |
# There is no example
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.