c.timeDay: Concatenate Data

c.timeDayR Documentation

Concatenate Data

Description

Combine time-of-day data into a single vector.

Usage

## S3 method for class 'timeDay'
c(..., recursive = FALSE)

Arguments

...

any number of objects that can be converted to class "timeDay." The first must be a time-of-day object.

recursive

not used, required for other methods.

Value

A single vector of class "timeDay."

Examples

c(as.timeDay("10:00"), as.timeDay("3 PM", format="%I %p"))

USGS-R/smwrBase documentation built on Oct. 18, 2022, 9:55 a.m.