mi_plot_cor: Plot correlation heatmap.

View source: R/mi_plot_cor.R

mi_plot_corR Documentation

Plot correlation heatmap.

Description

Plot correlation heatmap.

Usage

mi_plot_cor(data, cls = "class")

Arguments

data

Data frame including IDs' position features.

cls

The name of the class column.

Value

A heatmap.

Examples

data(mi_data_procID)
data_num <- mi_to_numer(mi_data_procID)
mi_plot_cor(data_num)

MantaID documentation built on Sept. 11, 2024, 6 p.m.

Related to mi_plot_cor in MantaID...