intersect.all: find date intersection among multiple fts objects

Description Usage Arguments Value Author(s) Examples

Description

find date intersection

Usage

1

Arguments

...

Fts objects

Value

a vector of dates

Author(s)

Whit Armstrong

Examples

1
2
3
4
x <- fts(index=seq(from=Sys.Date(),by="days",length.out=100),data=1:100)
y <- fts(index=seq(from=Sys.Date(),by="days",length.out=100),data=1:100)
y <- y[1:nrow(y) %% 2==0,]
intersect.all(x,y)

armstrtw/fts documentation built on May 10, 2019, 1:42 p.m.