val
Makes a qqplot and Wilcoxon test between the two columns of val
qqplotWGEN(val, xlab = "simulated", ylab = "measured",
main = "title", ylim = c(min(val), max(val)), xlim = c(min(val),
max(val)), diff = FALSE, quantile = 0)
a matrix with two columns containing the two samples to be compared
see plot.default
see plot.default
logical variable, if TRUE
the function is applied to diff(val)
instead of val
. See diff
quantile value on which data samples in val
are considered. Default is 0.
Wilcoxon test between the two columns of 'val'