View source: R/add_dendrogram.R
check_dendrogram_pos | R Documentation |
Check that dendrograms are positioned correctly
check_dendrogram_pos(dat, context = c("row", "col"), dendro)
dat |
Long format data for plotting. |
context |
Dimension to which the dendrogram is added. These are used to directly get the columns in the long data and thus need to be "row" or "col". |
dendro |
The dendrogram segments and nodes list. |
dendro
is returned as is if the positions are correct. Otherwise there is an error.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.