extractSbS: Extract data side by side from two time series

Description Usage Arguments Value Examples

View source: R/timeseries_exported.r

Description

Extract data side by side from two time series

Usage

1
extractSbS(expected, actual, varId, tSpan = NA)

Arguments

expected

a time series (e.g. xts). Suggests to use this for the expected or observed data set

actual

a time series (e.g. xts). Suggests to use this for the actual data set that should match the expected one.

varId

a character vector of length 1, the name of the series to identify

tSpan

a vector of length 2, coercible to a POSIXct, or NA (default value) to not temporally subset the returned time series.

Value

series with renamed 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.