Skip to contents

Draw a correlation matrix heatmap. Currently supported data types:

Usage

plot_corrplot(x, ...)

# S3 method for class 'glystats_cor_res'
plot_corrplot(x, ...)

# S3 method for class 'glyexp_experiment'
plot_corrplot(x, stats_args = list(), ...)

Arguments

x

An object to be plotted.

...

Additional arguments passed to GGally::ggcorr().

stats_args

A list of keyword arguments to pass to glystats::gly_cor().

Value

A ggplot object.