plotCorr.randtest: Correlation plot for randomization test results
Description
Makes a plot with statistic values vs. coefficient of determination between permuted
and reference y-values.
Usage
"plotCorr"(obj, comp = NULL, main = NULL, xlab = expression(r^2), ylab = "Test statistic", ...)
Arguments
obj
results of randomization test (object of class `randtest`)
comp
number of component to make the plot for
main
main title for the plot
...
other optional arguments
Details
See examples in help for randtest
function.