plot_heatmap: plot feature heatmap

View source: R/plot_feature_correlation_matrix.R

plot_heatmapR Documentation

plot feature heatmap

Description

plot feature heatmap

Usage

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))

Arguments

x

matrix to be plotted

Value

gplots object with a matrix where cell (i,j) is colored by the in the cell


momeara/MPStats documentation built on July 19, 2022, 3:34 p.m.