print.uts_vector: Print Multivariate Time Series

Description Usage Arguments See Also Examples

View source: R/print.R

Description

Print basic information (the number of data points, and the first and last observation time) about the individual "uts" in a multivariate time series.

Usage

1
2
3
4
5
## S3 method for class 'uts_vector'
print(x, ...)

## S3 method for class 'uts_matrix'
print(x, print_times = FALSE, ...)

Arguments

x

an object used to select a method.

...

further arguments passed to or from methods.

print_times

boolean. For two-dimensional time series objects, whether to print the start and end times of the individual time series.

See Also

print in base R.

Examples

1
2
3
4
5
6
7
# Print "uts_vector"
uts_vector()
print(uts_vector(a=ex_uts(), b=ex_uts2()))

# Print "uts_matrix"
ex_uts_matrix()
print(ex_uts_matrix(), print_times=TRUE)

andreas50/utsMultivariate documentation built on Sept. 27, 2021, 10:33 p.m.