SynTT | R Documentation |
Synthesizes a tide table, built with BuildTT().
SynTT(tmodel = NULL, ssdate, sstime, sedate, setime)
tmodel |
The model you built with BuildTT() |
ssdate |
Start date of the synthesis. Format: "yyyy/mm/dd" |
sstime |
Start time of the synthesis Format: "hh:mm:ss". |
sedate |
End date of the synthesis. Format: "yyyy/mm/dd" |
setime |
End time of the synthesis. Format: "hh:mm:ss" |
Returns a tide table as a data.table, which is identical to c.table computed with TideTable().
https://doi.org/10.5194/os-15-1363-2019
## Not run: SynTT(tmodel = tt_model, ssdate = "1991/01/01", sstime = "12:00:00", sedate = "1992/01/01", setime = "12:00:00") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.