# Example with one-dimensional domain
data("Callcenter")
# FSSA Decomposition step:
fssa_results <- fssa(Callcenter, L = 28)
# Perform FSSA R-forecasting
pr_V <- fforecast(U = fssa_results, groups = list(1,1:7),
len = 14, method = "vector", only.new = FALSE)
plot(pr_V)
Run the code above in your browser using DataLab