Skip to contents

Plot the p-values of the ITP1 test

Usage

# 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),
  ...
)

Arguments

x

An object of class ITP1.

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 matplot function.

Value

A plot of the p-values of the ITP1 test.