plot_overview_corr_scatt: Plot overview correlation scatter plot

View source: R/corrscatt.R

plot_overview_corr_scattR Documentation

Plot overview correlation scatter plot

Description

Plot overview correlation scatter plot

Usage

plot_overview_corr_scatt(
  mat,
  out_dir = ".",
  labels = "",
  corr_method = "pearson",
  hist.col = "#92C5DE",
  save.to.file = T,
  compute_w_NA = F,
  ...
)

Arguments

mat

Numeric data frame or matrix

out_dir

The output directory where the plot will be saved, default is current working directory.

labels

A character vector of at least length 1 that will be collapsed for file name/plot titles.

corr_method

Method for correlation (one of "pearson","spearman","kendall").

hist.col

Histogram color on the diagonal.

save.to.file

Logical indicating whether to save to out_dir (TRUE) or print to panel (FALSE).

compute_w_NA

If TRUE, consider columns and rows with at least 7 values (default = FALSE).

...

Additional parameters passed to pairs.panels. e.g. rug = T, scale = T (scale font by size of correlation), jiggle = T (jitter points).

Value

Plot object if save.to.file is FALSE.

See Also

Other plotting: plot_corrplot(), plot_corrplotgg(), plot_discrete_barplot(), plot_heatmap(), plot_het_barplot(), plot_indiv_boxplot(), plot_indiv_corrscatt(), plot_indiv_paired(), plot_overview_boxplot(), plot_profile_barplot(), run_corrplot_analysis()


kazeera/hourglass documentation built on April 5, 2025, 7:18 a.m.