Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

tfprint

Print Tframed Objects


Description

Print tframe or tframed objects.

Usage

tfprint(x, ...)
    ## Default S3 method:
tfprint(x, ...)
    ## S3 method for class 'tframe'
tfprint(x, ...)
    ## S3 method for class 'tframe'
print(x, ...)

Arguments

x

a tframe or tframed object.

...

arguments to be passed to other methods.

Details

tfprint prints data in a tframed object while tframePrint prints the tframe. In many cases these are the same as print methods. However, tfprint tries to provide an alternate generic mechanism that is consistent with the tframe view of the data. This may not always be the preferred print method. Also, new classes of time series may define there own print methods in ways which use a different logic from the tframe library. Thus tfprint provides a way to program functions which use methods consistent with the tframe library logic.

Value

tfprint methods return the object invisibly.

Side Effects

An object is printed.

See Also

Examples

tfprint(ts(rnorm(100)))

tframe

Time Frame Coding Kernel

v2015.12-1.1
GPL-2
Authors
Paul Gilbert <pgilbert.ttv9z@ncf.ca>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.