Makes a histogram for statistic values distribution for particular component, also show critical value as a vertical line.
# S3 method for randtest
plotHist(obj, comp = NULL, main = NULL,
xlab = "Test statistic", ylab = "Frequency", ...)
results of randomization test (object of class `randtest`)
number of component to make the plot for
main title for the plot
label for x axis
label for y axis
other optional arguments
See examples in help for randtest
function.