View source: R/plot_feature_correlation_matrix.R
| plot_heatmap | R Documentation |
plot feature heatmap
For example, to plot the correlation
heatmap_args <- cell_features
stats::cor()
MPStats::plot_heatmap()
pdf(fname, height=height, width=width)
suppressWarnings(ret <- do.call(gplots::heatmap.2, heatmap_args))
x |
matrix to be plotted |
gplots object with a matrix where cell (i,j) is colored by the in the cell
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.