SynTC {TideCurves} | R Documentation |
Synthesizes a tide curve
Description
Synthesizes a tide curve; model built with BuildTC().
Usage
SynTC(tmodel = NULL, ssdate, sstime, sedate, setime, solar_syn = TRUE)
Arguments
tmodel |
The model you built with BuildTC(). Please see examples. |
ssdate |
Synthesis start date. This indicates the date you want your tide curve to start with. |
sstime |
Synthesis start time. The starting time for your tide table. |
sedate |
Synthesis end date. |
setime |
Synthesis end time. |
solar_syn |
Compute a solar synthesis? Default is TRUE. |
Value
Returns a list with two elements, which are of class data.table and data.frame.
synthesis.lunar |
The lunar synthesis data as a data.table object in UTC. |
tide.curve |
The solar tide curve as a data.table or NULL object (time zone of the observations). |
References
Examples
## Not run: SynTC(tmodel = your_model, ssdate = "2015/12/17", sstime = "00:00:00",
sedate = "2015/12/31", setime = "23:30:00")
## End(Not run)
[Package TideCurves version 0.0.5 Index]