data(uciCT)
# list of univariate series
series <- reinterpolate(CharTraj, 205L)
# list of multivariate series
series <- reinterpolate(CharTrajMV, 205L)
# single multivariate series
series <- reinterpolate(CharTrajMV[[1L]], 205L, TRUE)
Run the code above in your browser using DataLab