View source: R/UtilityFunctions.R
EstimateTmhwi | R Documentation |
This functions computes an estimate for the mean high water interval (tmhwi) in UTC
EstimateTmhwi(input, strict = TRUE)
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. |
Returns the mean high water interval in UTC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.