its {tframePlus}R Documentation

its Methods for tframe

Description

Methods to extend tframe of its series

Usage

    ## S3 method for class 'its':
    tfstart(x)
    ## S3 method for class 'itstframe':
    tfstart(x)
    ## S3 method for class 'its':
    tfend(x)
    ## S3 method for class 'itstframe':
    tfend(x)
    ## S3 method for class 'its':
    time(x, ...)
    ## S3 method for class 'its':
    tframe(x)
    ## S3 method for class 'itstframe':
    tfSet(value, x) 
    ## S3 method for class 'its':
    tfwindow(x, tf=NULL, start=tfstart(tf), end=tfend(tf), warn=TRUE)

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
... arguments to be passed to other methods.

Details

These methods extend tframe generics.

Value

Depends

See Also

tframe, tfwindow tfstart, tfend time


[Package tframePlus version 2009.02-1 Index]