tidemAstron {oce}R Documentation

Do ephemeris calculations for tidem

Description

Do ephemeris calculations for tidem.

Usage

tidemAstron(t)

Arguments

t

time in POSIXct format. (It is very important to use tz="GMT" in constructing t.)

Details

Based directly on t_astron, from the T_TIDE package.

Value

A data.frame containing

astro

(fill in later)

ader

(fill in later)

Author(s)

Dan Kelley, based directly on t_astron from the T_TIDE package.

See Also

tidem, which uses this.

Examples

tidemAstron(as.POSIXct("2008-01-22 18:50:24"))

[Package oce version 0.9-18 Index]