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 = "PST8PDT"
)

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

poissonconsulting/rtide documentation built on June 10, 2022, 5:22 p.m.