Description Usage Arguments Value Author(s) See Also Examples
View source: R/simprof-dendrogram.R
Method to plot a simplot object.
1 2 | simprof.plot(results, leafcolors = NA, plot = TRUE, fill = TRUE,
leaflab = "perpendicular", siglinetype = 1)
|
results |
The object returned by |
leafcolors |
A vector of color names/identifiers (names or hex codes); it should be the same length as |
plot |
A logical option indicating whether to plot the dendrogram or not. |
fill |
A logical option indicating whether to color the entire subtree which comprises a signficant color (as opposed to just coloring the individual leaves). |
leaflab |
The option from |
siglinetype |
A numeric option indicating the type of line to use for the significant clusters (the line type chosen applies to all significant clusters). The possible values are 0=blank, 1=solid (default), 2=dashed, 3=dotted, 4=dotdash, 5=longdash, 6=twodash, and |
A dendrogram is returned.
Douglas Whitaker and Mary Christman
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.