merge.uts: Merge two or more uts

Description Usage Arguments Examples

View source: R/uts.R

Description

Merge two or more "uts" into a single time series. For observation times that show up in more than one time series, the observation value of the first "uts" in the argument list with such observation time is used.

Usage

1
2
## S3 method for class 'uts'
merge(x, y, tolerance = .Machine$double.eps^0.5, ...)

Arguments

x, y

"uts" objects.

tolerance

tolerance for numerical noise in observation times.

...

further arguments passed to or from methods.

Examples

1
2
3
4

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.