Revision 56b9403f749e3e6442249ca6c6cd04bf1825706a authored by Alessia Pini on 04 May 2022, 07:30:08 UTC, committed by cran-robot on 04 May 2022, 07:30:08 UTC
1 parent 84ca407
Raw File
NAMESPACE
import(fda)

S3method(summary, ITPaov)
S3method(summary, ITPlm)
S3method(plot, ITP1) 
S3method(plot, ITP2) 
S3method(plot, ITPaov)
S3method(plot, ITPlm)
export(ITP1bspline)
export(ITP1fourier)
export(ITP2bspline)
export(ITP2fourier)
export(ITP2pafourier)
export(ITPaovbspline)
export(ITPimage)
export(ITPlmbspline)


importFrom("grDevices", "rainbow")
importFrom("graphics", "abline", "axis", "image", "layout", "lines",
     "matlines", "par", "points", "rect")
importFrom("stats", "aov", "as.formula", "cov", "fft", "lm", "lm.fit",
     "model.frame", "model.matrix", "model.response", "optimize",
     "rbinom", "summary.lm")
back to top