Learn R Programming

oce (version 1.7-2)

timeToArgoJuld: Convert time to Argo Julian Day (juld)

Description

This converts a POSIXct time into an Argo julian day, with the convention that juld=0 at 1950-01-01.

Usage

timeToArgoJuld(t)

Arguments

t

A POSIXct time or a string that can be converted to a POSIXct time

Examples

Run this code
# NOT RUN {
timeToArgoJuld("2020-07-01")

# }

Run the code above in your browser using DataLab