print.uts: Print Observation Times and Values

Description Usage Arguments See Also Examples

Description

Print the observation time and values in one of two different formats.

Usage

1
2
## S3 method for class 'uts'
print(x, style = "horizontal", ...)

Arguments

x

a time series object.

style

the printing style. Either "horizontal" (the default), "vertical" or "plain" (which first prints the data and then the index).

...

further arguments passed to or from methods.

See Also

print in base R

Examples

1
2
3
4
print(ex_uts())
print(ex_uts(), style="vertical")
print(ex_uts(), style="plain")
uts()

andreas50/uts documentation built on April 8, 2021, 10:03 a.m.