tmecreate: tmecreate: Creates a 'POSIXlt' object representing calendar...

Description Usage Arguments Value Examples

Description

tmecreate is used to create a POSIXlt object representing calendar dates and times for the years specified by years and for time intervals specified by hourint.

Usage

1
tmecreate(years, hourint = 6)

Arguments

years

a vector of years.

hourint

a single numeric value representing the time interval in hours between dates and times.

Value

an object of class POSIXlt with calander dates and times.

Examples

1
2
head(tmecreate(2010, 24))
tail(tmecreate(2010, 6))

ilyamaclean/climvars documentation built on June 19, 2019, 2:22 p.m.