nam218_time: From a two vectors of forecast period ('ftime') and forecast...

Description Usage Arguments Value

View source: R/query.R

Description

From a two vectors of forecast period ('ftime') and forecast ahead ('ahead') determine the number of seconds to the forecast period from midnight

Usage

1
2
3
4
nam218_time(
  ftime = c("0000", "0600", "1200", "1800"),
  ahead = c("000", "001", "003", "006")
)

Arguments

ftime

one or more forecast periods in hhhh

ahead

one or more ahead forecast times in hhh

Value

numeric number of seconds into a day


BigelowLab/namanl documentation built on Nov. 15, 2021, 3:11 p.m.