EstimateTmhwi: Calculates tmhwi

Description Usage Arguments Value

View source: R/UtilityFunctions.R

Description

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

Usage

1
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


TideTables documentation built on Dec. 16, 2020, 1:06 a.m.