View source: R/visualization.R
plot_corr | R Documentation |
Simple function to plot a correlation matrix between input features.
plot_corr(features, corr.method = "pearson")
features |
A numeric matrix as input. |
corr.method |
Specifies the type of correlation to be computed (pearson, spearman or kendall) |
A correlation plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.