plot.ITPlm | R Documentation |
Plot the results of the ITPlm function
## S3 method for class 'ITPlm'
plot(
x,
xrange = c(0, 1),
alpha1 = 0.05,
alpha2 = 0.01,
plot.adjpval = FALSE,
col = c(1, grDevices::rainbow(dim(x$adjusted.pval.t)[1])),
ylim = range(x$data.eval),
ylab = "Functional Data",
main = NULL,
lwd = 1,
pch = 16,
...
)
x |
Results of the ITPlm function |
xrange |
Range of the plot abscissa. The default is |
alpha1 |
Threshold for the interval-wise error rate used for the
hypothesis test. The default is |
alpha2 |
Threshold for the interval-wise error rate used for the
hypothesis test. The default is |
plot.adjpval |
Logical. If |
col |
Color of the lines in the plot. The default is
|
ylim |
Range of the plot ordinate. The default is |
ylab |
Label of the plot ordinate. The default is |
main |
Title of the plot. The default is |
lwd |
Width of the lines in the plot. The default is |
pch |
Symbol of the points in the plot. The default is |
... |
Additional arguments to be passed to the plot function. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.