plot.randtest: Plot for randomization test results
Description
Makes a bar plot with alpha values for each component.
Usage
# S3 method for randtest
plot(x, main = "Alpha", xlab = "Components", ylab = "",
...)
Arguments
x
results of randomization test (object of class `randtest`)
Details
See examples in help for randtest
function.