Learn R Programming

tframePlus (version 2024.2-1)

tframe.tis: tis Methods for tframe

Description

Methods to extend tframe for tis series

Usage

# S3 method for tis
tfstart(x)
    # S3 method for tistframe
tfstart(x)
    # S3 method for tis
tfend(x)
    # S3 method for tistframe
tfend(x)
    # S3 method for tis
Tobs(x)
    # S3 method for tis
tframe(x)
    # S3 method for tistframe
tfSet(value, x) 
    # S3 method for tis
tfwindow(x, tf=NULL, start=tfstart(tf), end=tfend(tf), warn=TRUE)

Value

Depends

Arguments

x

a tframe or a tframed object.

value

a tframe.

start

A start date of a format compatible with the time series

end

An end date of a format compatible with the time series

tf

A tframe or tframed object

warn

A logical indicating if warning should be produced

Details

These methods extend tframe generics.

See Also

tframe, tfwindow tfstart, tfend tftime time time.tframed