plot.maxtest: Print and Plot Standardized Statistics
Description
Printing and ploting method of objects of class maxtest
Usage
## S3 method for class 'maxtest':
plot(x, xlab=NULL, ylab=NULL, \dots)
## S3 method for class 'x, \dots':
print}{maxtestundefined
## S3 method for class 'mmaxtest':
plot(x, xlab=NULL, ylab=NULL, nrow=2, \dots)
## S3 method for class 'x, \dots':
print}{mmaxtestundefined
Arguments
x
an object of class maxtest or mmaxtest.
xlab
label of x-axis.
ylab
label of y-axis.
nrow
number of rows for multiple plots at one page.
...
additional arguments to plot or print.htest.
Details
The standardized statistics are plotted. If alpha was given in
maxstat.test the appropriate significance bound is plotted as
a red line. print.maxtest is just a wrapper to print.htest.