plot_dend | R Documentation |
Function for plotting a dendrogram in a way that displays node labels. This function is copied from 'scrattch.hicat': https://github.com/AllenInstitute/scrattch.hicat
plot_dend(dend, dendro_data = NULL, node_size = 1, r = c(-0.1, 1))
dend |
any R dendrogram of annotated cell types |
dendro_data |
(I don't know) |
node_size |
size of nodes (default = 1) |
r |
(I don't know) |
A plot of the dendrogram in 'ggplot2' format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.