autoCorrelationPlot: Plot a correlation matrix

Description Usage Arguments Value

Description

Given a correlation matrix this function will generate a correlation plot. Uses corrplot::corrplot for non-interactive plotting and heatmaply::heatmaply for interactive plotting

Usage

1
autoCorrelationPlot(m, cluster = FALSE, interactiveplot = FALSE)

Arguments

m

Correlation matrix to plot

cluster

If cluster = TRUE then the correlation matrix will be reordered using the "hclust" method in corrplot::corrMatOrder

interactiveplot

If FALSE, the default, returns a corrplot visualisation of the correlation matrix. If TRUE, returns a interactive heatmaply visualisation of the correlation matrix

Value

Correlation plot of the provided correlation matrix


elastacloud/automatic-data-explorer documentation built on May 8, 2019, 9:29 a.m.