Description Usage Arguments Value Examples
ggplot heatmap
1 |
data |
Input matrix. |
no.names |
Boolean controlling the display of variable names and ticks. |
order |
Defines a specific display order of the heatmap's rows. |
A heatmap of the input data
1 2 | Sigma=generate_missing_data(n=100,p=10,r=1,type="scale-free", plot=FALSE)$Sigma
ggimage(Sigma)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.