Plot for randomization test results
Makes a bar plot with alpha values for each component.
## S3 method for class 'randtest' plot(x, main = "Alpha", xlab = "Components", ylab = "", ...)
x
: results of randomization test (object of class randtest
)main
: main title for the plotxlab
: label for x axisylab
: label for y axis...
: other optional argumentsSee examples in help for randtest
function.