Learn R Programming

tframe (version R2000.6-1)

tfprint: Print and Plot Tframed Objects

Description

Print or plot tframe or tframed objects.

Usage

tfprint(x)
	tfplot(x)

Arguments

x
A tframe or tframed object.

Value

  • tfprint methods return the object invisibly.

sideffects

An object is printed or plotted.

Details

In many cases these are the same as print and plot methods. However, those methods are defined in different libraries. Also, new classes of time series may define there own print and plot methods in ways which use a different logic from the tframe library. Thus tfprint and tfplot provide another way to program functions which use methods consistent with the tframe library logic.

See Also

tframe tframed print plot

Examples

Run this code
tfplot(ts(rnorm(100), start=c(1982,1), frequency=12))

Run the code above in your browser using DataLab