aux_commondt {eseis} | R 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 |
|
dt |
|
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)
[Package eseis version 0.7.3 Index]