plot_corr: plot_corr

View source: R/visualization.R

plot_corrR Documentation

plot_corr

Description

Simple function to plot a correlation matrix between input features.

Usage

plot_corr(features, corr.method = "pearson")

Arguments

features

A numeric matrix as input.

corr.method

Specifies the type of correlation to be computed (pearson, spearman or kendall)

Value

A correlation plot.


enriquea/feseR documentation built on Feb. 25, 2025, 12:20 a.m.