EstimateTmhwi: Calculates tmhwi

View source: R/UtilityFunctions.R

EstimateTmhwiR Documentation

Calculates tmhwi

Description

This functions computes an estimate for the mean high water interval (tmhwi) in UTC

Usage

EstimateTmhwi(input, strict = TRUE)

Arguments

input

Should be a data.table object with three columns d_days, high_low and height, where d_days is a vector of fraction of days since 1900/01/01 00:00:00, high_low indicating a high water(1) or a low water(0), height is the corresponding height

strict

If strict is true (default), the computations are more sharp.

Value

Returns the mean high water interval in UTC


moritzmn/TideTables documentation built on June 21, 2022, 10:23 a.m.