tide_datetimes {rtide} | R Documentation |
Tide Date Times
Description
Generates sequence of date times.
Usage
tide_datetimes(
minutes = 60L,
from = as.Date("2015-01-01"),
to = as.Date("2015-12-31"),
tz = "America/Los_Angeles"
)
Arguments
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. |
Value
A POSIXct vector.
Examples
tide_datetimes()
[Package rtide version 0.0.11 Index]