OmicSelector_correlation_plot: OmicSelector_correlation_plot

View source: R/OmicSelector_correlation_plot.R

OmicSelector_correlation_plotR Documentation

OmicSelector_correlation_plot

Description

Draw a correlation plot with reference f(x)=x axis and correlation metrics.

Usage

OmicSelector_correlation_plot(
  var1,
  var2,
  labvar1,
  labvar2,
  title,
  yx = T,
  metoda = "pearson",
  gdzie_legenda = "topleft"
)

Arguments

var1

First numeric variable.

var2

Second numeric variable.

labvar1

Label to be written on plot for fist variable.

labvar2

Label to be written on plot for second variable.

yx

Logical varable. TRUE if you want f(x)=x axis for reference (usefull for calibration plots).

gdzie_legenda

Where the legend should be placed?


kstawiski/OmicSelector documentation built on April 10, 2024, 11:11 p.m.