Histogram plot for randomization test results
Makes a histogram for statistic values distribution for particular component, also show critical value as a vertical line.
## S3 method for class 'randtest' plotHist(obj, ncomp = obj$ncomp.selected, bwd = 0.9, ...)
obj
: results of randomization test (object of class randtest
)ncomp
: number of component to make the plot forbwd
: width of bars (between 0 and 1)...
: other optional argumentsSee examples in help for randtest
function.