mts_plot {mlmts}R Documentation

Constructs a plot of a MTS

Description

mts_plot constructs a plot of a MTS. Each univariate series comprising the MTS object is displayed in a different colour.

Usage

mts_plot(series, title = "")

Arguments

series

A MTS (numerical matrix).

title

Title for the plot (string). Default corresponds to no title.

Details

Given a MTS, the function constructs the corresponding plot, in which a different colour is used for each univariate series comprising the MTS object. Therefore, the MTS is represented as a collection of univariate series in a single graph.

Value

The corresponding plot.

Author(s)

Ángel López-Oriona, José A. Vilar

Examples

mts_plot(BasicMotions$data[[1]]) # Represents the first MTS in dataset
# BasicMotions

[Package mlmts version 1.1.1 Index]