EstimateTmhwi {TideTables} | R 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
[Package TideTables version 0.0.3 Index]