SynTT: Synthesizes a tide table

Description Usage Arguments Value References Examples

View source: R/SynTT.R

Description

Synthesizes a tide table, built with BuildTT().

Usage

1
SynTT(tmodel = NULL, ssdate, sstime, sedate, setime)

Arguments

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"

Value

Returns a tide table as a data.table, which is identical to c.table computed with TideTable().

References

https://www.bsh.de/DE/PUBLIKATIONEN/_Anlagen/Downloads/Meer_und_Umwelt/Berichte-des-BSH/Berichte-des-BSH_50_de.pdf?__blob=publicationFile&v=13/

https://doi.org/10.5194/os-15-1363-2019

Examples

1
2
3
## 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)

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