tide_datetimes | R Documentation |
Generates sequence of date times.
tide_datetimes(
minutes = 60L,
from = as.Date("2015-01-01"),
to = as.Date("2015-12-31"),
tz = "PST8PDT"
)
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. |
A POSIXct vector.
tide_datetimes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.