tide_height | R Documentation |
Calculates tide height at specified stations based on the supplied harmonics object.
tide_height(
stations = "Monterey Harbor",
minutes = 60L,
from = as.Date("2015-01-01"),
to = as.Date("2015-01-01"),
tz = "UTC",
harmonics = rtide::harmonics
)
stations |
A character vector of stations to match - treated as regular expressions. |
minutes |
An integer of the number of minutes between tide heights |
from |
A Date of the start of the period of interest |
to |
A Date of the end of the period of interest |
tz |
A string of the time zone. |
harmonics |
The harmonics object. |
A data frame of the tide heights in m by the number of minutes for each station from from to to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.