# NOT RUN {
## generate ribbon-shaped data
X = aux.gensamples(dname="ribbon", n=200)
## try different bandwidth size
out1 <- do.iltsa(X, t=1)
out2 <- do.iltsa(X, t=100)
out3 <- do.iltsa(X, t=Inf)
## Visualize two comparisons
par(mfrow=c(1,3))
plot(out1$Y[,1], out1$Y[,2], main="ILTSA::t=1")
plot(out2$Y[,1], out2$Y[,2], main="ILTSA::t=100")
plot(out3$Y[,1], out3$Y[,2], main="ILTSA::t=Inf")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab