qqplotWGEN: Makes a qqplot and Wilcoxon test between the two columns of...

qqplotWGENR Documentation

Makes a qqplot and Wilcoxon test between the two columns of val

Description

Makes a qqplot and Wilcoxon test between the two columns of val

Usage

qqplotWGEN(
  val,
  xlab = "simulated",
  ylab = "measured",
  main = "title",
  ylim = c(min(val), max(val)),
  xlim = c(min(val), max(val)),
  diff = FALSE,
  quantile = 0
)

Arguments

val

a matrix with two columns containing the two samples to be compared

xlab, ylab, main

see plot.default

xlim, ylim

see plot.default

diff

logical variable, if TRUE the function is applied to diff(val) instead of val. See diff

quantile

quantile value on which data samples in val are considered. Default is 0.

Value

Wilcoxon test between the two columns of 'val'

Author(s)

Emanuele Cordano, Emanuele Eccel


ecor/RMAWGEN documentation built on Jan. 4, 2024, 5:56 p.m.