intersectSeries: Intersect two data frames (typically time series) by common...

Description Usage Arguments Value Examples

View source: R/timeseries_exported.r

Description

Intersect two data frames (typically time series) by common column names. Useful when two algorithm implementation output different trace of state variables

Usage

1
intersectSeries(first, second)

Arguments

first

a series/data frame

second

a series/data frame

Value

a list with names 'first' and 'second', and values are series with common column names.

Examples

1
2
3
4
## Not run: 
library(verifyImpl)

## End(Not run)

jmp75/verifyImpl documentation built on May 19, 2019, 1:55 p.m.