Reconstruct aligned curves from their TSRVF tangent vector representation.
Examples
# \donttest{
fd <- fdata(matrix(rnorm(200), 20, 10), argvals = seq(0, 1, length.out = 10))
tv <- tsrvf.transform(fd, max.iter = 5)
recon <- tsrvf.inverse(tv)
# }
Reconstruct aligned curves from their TSRVF tangent vector representation.
# \donttest{
fd <- fdata(matrix(rnorm(200), 20, 10), argvals = seq(0, 1, length.out = 10))
tv <- tsrvf.transform(fd, max.iter = 5)
recon <- tsrvf.inverse(tv)
# }