ts.intersection: Searching for intersection points of two time-series

View source: R/ts.intersection.R

ts.intersectionR Documentation

Searching for intersection points of two time-series

Description

Searching for intersection points of two time-series

Usage

ts.intersection(x1, x2, times)

Arguments

x1

a vector of values for first time-series

x2

a vector of values for second time-series

Value

a data frame of intersection points. The first and second columns are x and y coordinates values of intersections, respectively.


wyguo/TSIS documentation built on May 21, 2023, 12:36 a.m.