seepr_dat: seepr_dat

View source: R/seepr_dat.R

seepr_datR Documentation

seepr_dat

Description

The central data input class for temperature probes data.

Usage

seepr_dat(x, depths)

Arguments

x

A matrix or data frame with the following columns

datetime

A vector of length n with the datetime of the measurement.

T_1

A vector of length n with the temperature at the first depth in °C.

T_2

A vector of length n with the temperature at the second depth in °C

T_...

Further temperature measurements

depths

A vector with the same length as the number of temperature probes in x. Depth in m from sediement/water interface (down is positive). The depths correspond to the depth of the temperature probes in x read from left to right.


valentingar/seepr documentation built on March 24, 2022, 10:04 p.m.