plot.randtest: Plot for randomization test results

View source: R/randtest.R

plot.randtestR Documentation

Plot for randomization test results

Description

Makes a bar plot with alpha values for each component.

Usage

## S3 method for class 'randtest'
plot(x, main = "Alpha", xlab = "Components", ylab = "", ...)

Arguments

x

results of randomization test (object of class 'randtest')

main

main title for the plot

xlab

label for x axis

ylab

label for y axis

...

other optional arguments

Details

See examples in help for randtest function.


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.