Description Usage Arguments Value Examples
Check if two periodicities data.frames are compatible
1 | compatible_periodicity(first, second)
|
first |
periodicity data.frame |
second |
other periodicity data.frame |
TRUE if compatible, FALSE otherwise
1 2 3 4 5 6 7 | require(xts)
data(sample_matrix)
x <- as.xts(sample_matrix)
a <- periodicity_df(head(x))
b <- periodicity_df(tail(x))
compatible_periodicity(a, b)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.