qqplotWGEN {RMAWGEN} | R 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 |
xlim , ylim |
see |
diff |
logical variable, if |
quantile |
quantile value on which data samples in |
Value
Wilcoxon test between the two columns of 'val'
Author(s)
Emanuele Cordano, Emanuele Eccel
[Package RMAWGEN version 1.3.9.3 Index]