drtv {rtv}R Documentation

Discrete Random Time Variable Objects

Description

Functions for creating discrete random time variable, drtv, objects.

Usage

drtv(...)
## S3 method for class 'drtv':
drtv(x, ...)
## S3 method for class 'crtv':
drtv(x, ...)
## S3 method for class 'character':
drtv(x, date=getOption ("rtv.read.date"),
    informat=timestring.format (date), ...)
## S3 method for class 'Date':
drtv(x, ...)
## S3 method for class 'POSIXlt':
drtv(x, ...)
## S3 method for class 'POSIXct':
drtv(x, ...)
## Default S3 method:
drtv(year=2000, month=1, day=1,
    hour=0, minute=0, second=0,
    dow=1, doy=1, validate=TRUE, round=TRUE, ...)

Arguments

x A seed object.
year
month
day
hour
minute
second
dow Day of week, ignored if validate is true.
doy Day of year, ignored if validate is true.
validate Process NAs, set dow and doy.
round Round the seconds, and if necessary other units.
date Date or date-tod format. Ignored if informat provided.
informat The string format.
... Arguments for other drtv constructors.

[Package rtv version 0.3.1 Index]