compareSmoothing.Rd
Compare traces with different smoothing options.
compareSmoothing(d, tPath, idx, alphaV = c(0.01, 0.05, 0.1), n = 10)
Table of mean index values
if (interactive()) {
d <- spiralData(4, 100)
tPath <- tourr::save_history(d, max_bases=2)
tPath <- as.list(tourr::interpolate(tPath))
idx <- scagIndex("skinny")
compS <- compareSmoothing(d, tPath, idx, n=5)
plotSmoothingComparison(compS)
}