regular_time {RIntaros} | R Documentation |
Build a 1D regular grid of average along Time
regular_time(dbin, var, time_step = NA, depth_lim = NA, date_lim = NA)
dbin |
The |
var |
Name of the Target Variable |
time_step |
Time Interval which provides the mesh of the resulting grid |
depth_lim |
A pair of values specifying the limits in depth |
date_lim |
Pair of values which give the range of time values to be covered by the resulting grid |
A 1-D regular grid along Time. The value of a variable in a cell is calculated as the average of the variable in the input Db for the samples which belong to the cell extension along Time.