u_timestep {htsr} | R Documentation |
Compute values in a time-series with a fixed timestep
Description
Compute values in a time-series with a fixed timestep
Arguments
te |
time end (in sec) |
yd |
initial vector of datetimes (in sec) |
yv |
initial vector of values |
tst |
timestep (in mn) |
iop |
operation index |
Details
iop = 1 for sum; 0 for mean; -2 for min and +2 for max
Value
vector of values with fixed timestep
Author(s)
P. Chevallier - June / Oct 2023
[Package htsr version 2.1.5 Index]