View source: R/markerGenesAndMapping.r
plotNodes | R Documentation |
Plots a dendrogram with set not colors, shapes, sizes and labels. This is a wrapper for plot.
plotNodes(
tree,
value = rep(1, length(labels(tree))),
cexScale = 2,
margins = c(10, 5, 2, 2),
cols = "black",
pch = 19,
...
)
tree |
a dendrogram object |
value |
numeric vector corresponding to the size of each node |
cexScale |
a global cex multiplier for node sizes |
margins |
set the margins using par(mar=margins) |
cols |
vector of node colors (or a single value) |
pch |
vector of node pch shapes (or a single value) |
... |
additional parameters for the plot function |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.