Plot the results of the ITPlm function
plot.ITPlm.RdPlot the results of the ITPlm function
Arguments
- x
Results of the ITPlm function
- xrange
Range of the plot abscissa. The default is
c(0,1).- alpha1
Threshold for the interval-wise error rate used for the hypothesis test. The default is
alpha1=0.05.- alpha2
Threshold for the interval-wise error rate used for the hypothesis test. The default is
alpha2=0.01.- plot.adjpval
Logical. If
TRUE, the plot of the corrected p-values is displayed. The default isplot.adjpval=FALSE.- col
Color of the lines in the plot. The default is
col=rainbow(dim(x$adjusted.pval.t)[1]).- ylim
Range of the plot ordinate. The default is
range(x$data.eval).- ylab
Label of the plot ordinate. The default is
'Functional Data'.- main
Title of the plot. The default is
main=NULL.- lwd
Width of the lines in the plot. The default is
lwd=1.- pch
Symbol of the points in the plot. The default is
pch=16.- ...
Additional arguments to be passed to the plot function.