powered by
It is used to apply a Theiler's window to a matrix.
applyTheiler(RM, thW)
The recurrence matrix, in KarsTS format
The window, in lags from the diagonal
A recurrence matrix, in KarsTS format, where the diagonals from the main diagonal up to the distance given by the window have been removed.
# NOT RUN { RM <- genRmExample(InKTSEnv = FALSE,plotRM = FALSE) RM1 <- applyTheiler(RM,10) # }
Run the code above in your browser using DataLab