areTsRmTimeCompatible {KarsTS} | R Documentation |
areTsRmTimeCompatible: test time compatibility between a time series and a recurrence matrix
Description
It checks for three types of compatibility: the initial dates are the same, the sampling period is the same and the length is the same. It is used internally to check whether the inputs chosen by the user are appropiated.
Usage
areTsRmTimeCompatible(TS1, RM1)
Arguments
TS1 |
A time series |
RM1 |
A recurrence matrix |
Value
A logical vector, which is c(TRUE, TRUE, TRUE) when all the time compatibilty conditions are met.
Author(s)
Marina Saez Andreu
[Package KarsTS version 2.4.1 Index]