mts_plot | R Documentation |
mts_plot
constructs a plot of a MTS. Each univariate series comprising
the MTS object is displayed in a different colour.
mts_plot(series, title = "")
series |
A MTS (numerical matrix). |
title |
Title for the plot (string). Default corresponds to no title. |
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.
The corresponding plot.
Ángel López-Oriona, José A. Vilar
mts_plot(BasicMotions$data[[1]]) # Represents the first MTS in dataset
# BasicMotions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.