regular_depth {RIntaros}R Documentation

Build a 1D regular grid of average along Depth

Description

Build a 1D regular grid of average along Depth

Usage

regular_depth(dbin, var, depth_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

depth_step

Depth Interval which provides the mesh of the resulting grid

depth_lim

Pair of values which give the range of depth values to be covered by the resulting grid

date_lim

A pair of values specifying the limits in time

Value

A 1-D regular grid along Depth. 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 Depth.


[Package RIntaros version 1.1 Index]