aux_commondt: Identify highest common sampling interval

View source: R/aux_commondt.R

aux_commondtR Documentation

Identify highest common sampling interval

Description

The function compares the sampling intervals of a list of eseis objects and identifies the highest common sampling interval (dt) as well as the aggregation factors for each eseis object needed to reach this common sampling interval.

Usage

aux_commondt(data, dt)

Arguments

data

list of eseis objects or vector of sampling intervals to be checked for highest common sampling interval

dt

Numeric vector of length one, user-defined common sampling frequency for which aggregation factors shall be computed.

Value

list object with elements dt (highest common sampling interval) and agg (aggregation factors for each of the input data sets to reach the common sampling interval)

Author(s)

Michael Dietze

Examples


## Not run: 

## TO BE WRITTEN

## End(Not run)
                     

eseis documentation built on Aug. 10, 2023, 5:08 p.m.

Related to aux_commondt in eseis...