read_mat: Read time series data from .mat file format

Description Usage Arguments Value See Also

Description

Reads the .mat structured time series data output generated by 'Matlab' and creates an xts-object.

Usage

1
read_mat(file, data_cols = 2, time_col = 1)

Arguments

file

The file to be read.

data_cols

Specifies the columns the data is stored.

time_col

Specifies the column the time is stored.

Value

An xts-object.

See Also

xts.


dleutnant/tsconvert documentation built on May 15, 2019, 9:17 a.m.