tide_datetimes: Tide Date Times

View source: R/tide-height.R

tide_datetimesR 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()

rtide documentation built on April 4, 2025, 1:37 a.m.