getUniquePairs: Get Unique Pairs

Description Usage Arguments Value

Description

For the pairwise SNHT, many difference time-series must be computed. However, if location i is used for location j, then it's very likely that location j will be used for location i. Thus, the pairs object will likely have many duplicate pairs. To save computation time, this function finds which pairs are unique.

Usage

1

Arguments

pairs

The pairs list object, as returned by ?getPairs.

Value

data.frame with columns loc1 and loc2. This data.frame will have no duplicates, and describes all the pairs that need to be computed.


snht documentation built on May 1, 2019, 10:05 p.m.