plot.ITP1 | R Documentation |
Plot the p-values of the ITP1 test
## S3 method for class 'ITP1'
plot(
x,
xrange = c(0, 1),
alpha1 = 0.05,
alpha2 = 0.01,
ylab = "Functional Data",
main = NULL,
lwd = 1,
col = 1,
pch = 16,
ylim = range(object$data.eval),
...
)
x |
An object of class |
xrange |
Range of the x-axis. |
alpha1 |
Significance level for the first type of error. |
alpha2 |
Significance level for the second type of error. |
ylab |
Label for the y-axis. |
main |
Title of the plot. |
lwd |
Line width. |
col |
Color of the lines. |
pch |
Symbol for the points. |
ylim |
Range of the y-axis. |
... |
Additional arguments to be passed to the |
A plot of the p-values of the ITP1 test.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.