plotHist.randtest: Histogram plot for randomization test results
Description
Makes a histogram for statistic values distribution for particular component, also
show critical value as a vertical line.
Usage
"plotHist"(obj, comp = NULL, main = NULL, xlab = "Test statistic", ylab = "Frequency", ...)
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.