tfprint {tframe} | R Documentation |
Print tframe or tframed objects.
tfprint(x, ...) tframePrint(x, ...) tfprint(x, ...) tfprint(x, ...) tframePrint(x, digits=NULL, quote=TRUE, prefix="", ...)
x |
a tframe or tframed object. |
digits |
see the generic method. |
quote |
see the generic method. |
prefix |
see the generic method. |
... |
arguments to be passed to other methods. |
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.
tfprint methods return the object invisibly.
tfplot
tframe
tframed
print
plot
tfprint(ts(rnorm(100)))