ots_plot | R Documentation |
ots_plot
constructs an ordinal time series plot
ots_plot(series, states, title = "Time series plot", labels = NULL)
series |
An OTS. |
states |
A numerical vector containing the corresponding states. |
title |
The title of the graph. |
labels |
The labels of the graph. |
Constructs an ordinal time series plot for a given OTS.
The ordinal time series plot.
Ángel López-Oriona, José A. Vilar
weiss2018introductionotsfeatures
ordinal_time_series_plot <- ots_plot(series = AustrianWages$data[[100]],, states = 0 : 5) # Constructs an ordinal # time series plot for one series in # dataset AustrianWages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.