regular_time {RIntaros}R Documentation

Build a 1D regular grid of average along Time

Description

Build a 1D regular grid of average along Time

Usage

regular_time(dbin, var, time_step = NA, depth_lim = NA, date_lim = NA)

Arguments

dbin

The db-class structure organized as a regular grid.

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

Value

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.


[Package RIntaros version 1.1 Index]