Plot method for MAMS.stepdown objects
plot.MAMS.stepdown.Rdproduces as plot of the boundaries.
Usage
# S3 method for class 'MAMS.stepdown'
plot(
x,
col = NULL,
pch = NULL,
lty = NULL,
main = NULL,
xlab = "Analysis",
ylab = "Test statistic",
ylim = NULL,
type = NULL,
bty = "n",
las = 1,
...
)Arguments
- x
An output object of class MAMS.stepdown
- col
A specification for the default plotting color (default=
NULL). Seeparfor more details.- pch
Either an integer specifying a symbol or a single character to be used as the default in plotting points (default=
NULL). Seeparfor more details.- lty
A specification for the default line type to be used between analyses (default=
NULL). Setting to zero suppresses plotting of the lines. Seeparfor more details.- main
An overall title for the plot (default=
NULL).- xlab
A title for the x axis (default=
"Analysis").- ylab
A title for the y axis (default=`"Test statistic"“).
- ylim
A title for the y axis (default=
"Test statistic").- type
Type of plot to be used (default=
NULL). Seeplotfor more details.- bty
Should a box be drawn around the legend? The default
"n"does not draw a box, the alternative option"o"does.- las
A specification of the axis labeling style. The default
1ensures the labels are always horizontal. See?parfor details.- ...
Further arguments passed to or from other methods.